Populate table fields on query execution
- by Jason
I'm trying to build an ASP site that populates a Table based on the results of a selection in a ListBox. In order to do this, I've created a GridView table inside a div element. Currently the default behavior is to show all the items in the specified table in sortable order.
However, I'd like to refine this further to allow for display of…