Hi
I have a test page working doing a simple search for a Name in an Access database. It uses a text field and button for the user to enter a search argument and lists all records matching the selected name field. The results are displayed on the same page using GridView, I am using Expression Web ASP.Net controls to develop this application.
What I need to do now is to allow the user to select any of the rows displayed above in GridView to have full details for that client displayed on a second page.
Any guidance very welcome
Regards
Tony Randell
Here's a tutorial that should help you out with Master/Detail designs.
http://www.asp.net/learn/data-access/#master
0 comments:
Post a Comment