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 |
Explain what is the difference between a class and an object?
What is implement a generic action in webapi?
Describe the programming model of a windows service
What is heap and what is stack?
What do you mean by Code Access Security in .NET?
hai, about trading domain and need simple project on trading system. please help me...
Explain role-based security in .Net.
What are pdbs?
What is Method Overriding? How to override a function in C#?
In Mvc Architecure what is view?
Please explain what inheritance is, and why it's important?
Explain cas (code access security)?