Hi,
I have gridview and it will assign the datasource into sql database.
Like the result is:
Id Name
1 xxx
2 yyy
Id field value has link.Here i need the code is when i select Id value of 1 the selected row value should didplay in another control.
Like text1.text=1 text2.text=xxx
using asp.net,c#
Thanks