5
Reply

Gridview Selecting Row value display in another control using Asp.net,c#

suganya pv

suganya pv

Apr 1 2009 3:06 AM
15.5k

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

 

 


Answers (5)