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 |
What is reflection and what is it for?
What is cyclomatic complexity and why is it important?
Difference between class and interface in .net?
What is the base class of Button control in .NET?
How will you register com+ services?
what are connection strings?
What is CLR, CLS,CTS
4 Answers Deloitte, Vee Technologies,
What is concurrency? How will you avoid concurrency when dealing with dataset?
Explain about major components of the .NET framework.
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
What is connection pooling and how do you make your application use it?
What is different between User Control and Web Control and Custom Control?