how we can capture the value in textbox when
selectedvluechanged event of gridview is fired
Answer / m.suresh
TextBox1.Text = GridView.SelectedRow.Cells[1].Text.ToString
();
TextBox2.Text = GridView.SelectedRow.Cells[2].Text.ToString
();
| Is This Answer Correct ? | 1 Yes | 1 No |
Give An example of a ctype and directcast.
What are HTML controls, Web controls, and server controls?
Explain the different parts of an assembly?
WHAT IS .net
Where does the gac exist ?
What is immutability?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
What tools is used to develop .NET applications?
How to get the hostname or IP address of the server?
Which dll translate xml to sql in internet information server (iis)?
What is your observations between vb.net and vc#.net?
What is assembly in .net?