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 |
Explain the different parts of an assembly?
is c#.net supports multiple inheritance?
What's the .net collection class that allows an element to be accessed using a unique key?
Will it go to finally block if there is no exception happened?
Explain how to redirect tracing to a file?
Is .net front end or backend?
Tell me about secure socket layer? How to make use of the technology?
What is the managed and unmanaged code in .net?
Explain difference between panel and groupbox classes using .net?
differance between checkbox and rediobutton in vb.net?
What is LINQ?
Will my .net app run on 64-bit windows?