Click here to Skip to main content
15,894,285 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello,

I have a grid view, in that i have a view button. on that button when i click then i want to display data for the entire row in a new page how to do it.

Plz help
Posted

1 solution

You would need to use of the state management technique to carry over data from current page to new one.

Have a look at these:
MSDN: ASP.NET State Management Overview[^]
State management in ASP.NET - 1[^]
ASP.Net State Management Techniques - 2[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900