Scott Pearson

Oracle Database Developer

  Home  |   Contact  |   Syndication    |   Login
  1 Posts | 1 Stories | 1 Comments | 0 Trackbacks

News

Archives

August 2008 Entries

A solution to the EmptyDataTemplate problem: how to insert via GridView when table is empty. This is Oracle-based and does not use a SqlDataSource. If you have worked with the GridView feature for any length of time, then you probably have had to address the "EmptyDataTemplate" situation, where there are no records in the table from which you are pulling. Here is a sample screen shot of the typical solution when the table is empty. This solution will work, although it is not too elegant. Also, it...