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 pdbs?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
What are the differences between user control and server control?
How to implement CAS in .Net?
What is the Difference between a sub and a function?
Can a dll be changed to an exe?
What is an exe and a dll?
How many types of transactions are there in com + .net ?
Types of evidence in .net with context to CAS
What are the benefits of Model-View-Controller Architecture?
What are the different types of memory in .net?
What should you do to store an object in a viewstate?