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 |
How to create a key pair in .net?
Can you share processes between Windows services?
Explain is the jit an interpreter?
Please explain what is heap and what is stack?
Differences between dll and exe?
what user controls are and what server controls are and the differences between the two.
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
What distributed process frameworks outside .NET do you know?
what is event inheritance and event delegation?
Which namespace is require to used XML in .NET?
0 Answers Sans Pareil IT Services,
What is singleton activation mode in .net?
What is garbage collection in .net? Explain the garbage collection process?