Rocky Rocky

Rocky Rocky

  • NA
  • 317
  • 150.2k

How to show Gridview row into textboxes and then how to upd

Jun 6 2013 1:00 AM

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?

Answers (5)