Click here to Skip to main content
15,886,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Friends,

am working on asp.net gridview using C#,SqlServer 2005 database.

I have two webpages.

In first page I have Gridview with data in it, in this Gridview i have hyperlink(hyperlink named as View Request) for all the rows.

When i click this hyperlink for particular row, only this particular row must display in 2nd page in gridview.

Please can you help me thanks.
Posted

Gridview having Item command event, int this fetch selected row value then redirect to other page. Values, you can pass through the session or query string.

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.rowcommand.aspx[^]
 
Share this answer
 
Comments
Software Engineer 892 16-Jun-13 3:00am    
help me, am unable to understand.

Pass Gridview row to another page gridview when hyperlink click for particular row in asp.net c#.
Hi Please refer to the following link:
http://forums.asp.net/t/1113235.aspx[^]

Regards
Wills
 
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