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
When we go for html server controls and when we go for web server controls?
What does jit compilation do in .net?
Please explain what inheritance is, and why it's important?
How to instantiate a delegate?
What is .net technology?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What is Complex Class in .NET?
What is dot net architecture?
what is the keyword used for self reference?
why you wouldn't want to write into it even if you could
What are the features of dot net?
What is difference between .net and .net core?
What is meant by managed and unmanaged code?
What relationship is between a process, application domain, and application?
Explain what is a delegate?