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 .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
What is interface and abstract class in .net?
What is boxing in .NET?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is Code group in .Net with respect to CAS
What does cil do?
What are possible implementations of distributed applications in .NET?
What is the lapsed listener problem?
What are HTML controls, Web controls, and server controls?
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 data providers available in .net to connect to database?
What is the base class of Button control?