Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get the detailsview on the new page 1

Status
Not open for further replies.

venuchalla

Programmer
May 30, 2006
29
FR
Hello,
I have a gridview on the select of any row I want to show the details of that selected row in a details view in a new page.

I am able to do this in the same page where the gridview is there, but how can I show it in the new page??

thanks,
 
You will have to pass the value (ID) that you clicked and pass it to the next page. Then you have to re-query the DB with that value and show it in the detailsview.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top