how we can capture the value in textbox when
selectedvluechanged event of gridview is fired
Answer Posted / 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 View All Answers
Difference between machine.config and web.config?
Explain is the jit an interpreter?
What is the difference between a namespace and assembly name in .net?
What is the concept of inheritance and how it works in .net?
What is DTS and explain the purpose of it?
Can a try block have nested try blocks?
What is a garbage collector?
Explain the difference between the while and for loop.
What is SOAP? How you will do windows and forms authentication?
How to view a .NET assembly?
Tell us what is heap and what is stack?
What is a web service in .net?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What are the advantages of .net?
What is the difference between function and stored procedure?