how to add a selected row of a gridview to another gridview
without reloading the page??
Answer Posted / arindam datta
Gridviews are rendered on pages as html tables.So using javascript create a table row and table columns and add this row to the second Gridview(i.e, something like,table.innerHTML+="newly created tr"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is shadow copy?
What is difference between dataset and datatable?
Explain the basic use of "dataview" and explain its methods.
Can we do database operations without using any of the ado.net objects?
What are the 3 major types of connection objects in ado.net?
Explain which name space is used to get assembly details?
how can implement dropdownlist in particular of dataset when try to update?
What is the difference between executenonquery () and executescalar ()?
What does executequery return?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Is ado.net an orm?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What are datareaders?
What are the features of ado.net?
What is DataRowCollection?