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

Is .net 4.8 backwards compatible?

0 Answers  


Which file is taken by compiler when we have both file Application and Server Configuration file?

0 Answers  


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


What does stateless mean?

0 Answers   BirlaSoft,


What are the fundamental objects in ADO.NET?

1 Answers  






What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture

2 Answers   Deloitte,


why .net does not support multiple inheritance?

2 Answers   Microsoft,


How many types of design patterns available in .NET?

0 Answers  


What is Finalizer in .NET define Dispose and Finalize ?

0 Answers   MCN Solutions,


What is the intermediate language between asp and asp.net1.0?

0 Answers  


Is .NET a runtime service or a development platform?

2 Answers  


Explain me what is the difference between an abstract class and an interface?

0 Answers  


Categories