how we can capture the value in textbox when
selectedvluechanged event of gridview is fired



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

Post New Answer

More Dot Net General Interview Questions

What is the purpose of enumerable class in .net?

1 Answers  


What is the difference between VB and VB.NET?

2 Answers  


Explain what is a manifest in .net?

1 Answers  


Interop Services?

1 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers   Ksb,


Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above

1 Answers   CTS, Value Labs,


why you wouldn't want to write into it even if you could

1 Answers  


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

1 Answers  


Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?

1 Answers  


What is singleton activation mode in .net?

1 Answers  


Does .net supports destructors concept?

1 Answers  


The project which you have made, which methodology did you use?

1 Answers   Wipro,


Categories