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 is IIS and how we deploy website on IIS.
How we can achieve Connection pooling in .Net?
Can you explain what do you understand about web service?
What's a windows process in .net?
How do you create threading in .NET? What is the namespace for that?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
What is MSIL, IL, CTS?
How to Create and Consume a Web Service?
What is nmake tool?
Why inheritance is important?
Explain the two different types of typecasting?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,