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 are server controls?

1 Answers   Avanade, Wipro,


what is GAC?

1 Answers   Manhattan,


What is the lapsed listener problem?

0 Answers  


Define code access security (cas)?

0 Answers  


Is there built-in support for logging?

0 Answers  






What is the managed and unmanaged code in .net?

3 Answers   Deltech, Dhanush Infotech,


What is meant by .Net framework?

1 Answers  


What is the Difference between a sub and a function?

9 Answers   Wipro,


What is operator overloading in .net?

0 Answers  


Can a dll be changed to an exe?

0 Answers  


What is equivalent for regsvr32 exe in .net ?

0 Answers  


How many types of transactions are there in com + .net ?

0 Answers  


Categories