How to show Gridview row into textboxes and then how to update that value?

Posted by Raghuldrag under C# on 6/6/2013 | Points: 10 | Views : 2984 | Status : [Member] | Replies : 0
Hi all,
Can anyone give me code for below scenario

First I get data from table and show in the datagrid of asp.net
When i click the First row of GridView it must come to the textboxes
like this
Texbox1.Text=ganesh(name)
TextBox2.Text=21(age)
TextBox3.Text=MCA(degree)
with update also how to do that?




Responses

(No response found.)

Login to post response