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 |
What are the security policy levels in .Net
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is namespace in .net?
What is typical about a windows process in regards to memory allocation in .net?
What is .net core used for?
What is dot net and its uses?
Explain security measures exist for .net remoting in system.runtime.remoting?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is file extension of Webservices in .Net?
Define marshling?
What is lambda expressions in c#?
Difference between value type & reference types ?