vb.net display records
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Use an ObjectDataSource bound to a GridView that displays the records. Add a server side event handler on each link (for click) that sets the select parameters of the data source and calls the DataBind() method of the GridView (or set the url for each link with a request parameter and use that in page_load)