Hi, I am Displaying data from my data base . I want to create a hyperlink or when the user clicks on the record or grid column i want to display it in a label or text box...
You can accomplish this by adding a click event to your hyperlink(i think this should be a linkbutton instead) and posting the page back to itself(or you can use ajax to remove the unecessary postback)
Hi,
I created an article to demonstrate the solution to your problem.
http://devpinoy.org/blogs/keithrull/archive/2007/11/01/how-to-read-the-values-of-a-gridviewrow-and-assign-them-to-a-control.aspx
HTH
Thanks,
Keith