how we can capture the value in textbox when
selectedvluechanged event of gridview is fired
Answer Posted / 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 |
Post New Answer View All Answers
Explain the use of activex control in .net?
Explain the process of compilation in .NET?
What is UDDI and how to register the web service in it?
Explain .net framework overview?
What is lazy initialization?
What are the deferred execution and the immediate execution in linq?
What is the use of system.diagnostics.process class in .net?
What is the use of gacutil.exe?
Difference abstract class and interface in .net?
Tell us why do we use the “using” statement?
What is Code group in .Net with respect to CAS
Is .net a language?
What is typical about a windows process in regards to memory allocation in .net?
What are asp.net authentication providers and iis security?
What is value type and refernce type in .net?