Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

I am using gridview and in that I placed link button. Now on Link button click I want to get values of selected row in gridview and assign to navigated url page text boxes in How can I do this in C#?
Posted

1 solution

In the row data bound event of the gridview, you set the url of the link.
So that on click of the link you need not do any thing.
 
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