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 pdbs?

0 Answers  


What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?

0 Answers  


What are the differences between user control and server control?

0 Answers  


How to implement CAS in .Net?

0 Answers   247Customer,


What is the Difference between a sub and a function?

9 Answers   Wipro,






Can a dll be changed to an exe?

0 Answers  


What is an exe and a dll?

0 Answers  


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

0 Answers  


Types of evidence in .net with context to CAS

0 Answers  


What are the benefits of Model-View-Controller Architecture?

1 Answers  


What are the different types of memory in .net?

0 Answers  


What should you do to store an object in a viewstate?

0 Answers  


Categories