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

How to create a key pair in .net?

0 Answers  


Can you share processes between Windows services?

2 Answers  


Explain is the jit an interpreter?

0 Answers  


Please explain what is heap and what is stack?

0 Answers  


Differences between dll and exe?

0 Answers  


what user controls are and what server controls are and the differences between the two.

0 Answers  


Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column

0 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  


what is event inheritance and event delegation?

1 Answers  


Which namespace is require to used XML in .NET?

0 Answers   Sans Pareil IT Services,


What is singleton activation mode in .net?

0 Answers  


What is garbage collection in .net? Explain the garbage collection process?

0 Answers  


Categories