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 maximum pool size in ado.net connection string?
What is ado.net tutorial?
Define data adapter?
What is ado.net object model?
What are the 3 major types of connection objects in ado.net?
How to add a check box or a dropdown list to a column in a datagrid?
How to connect and retrieve data from database using dataset
What is different between sqlcommand object and command behavior object?
What is ado.net components?
What is microsoft ado?
What are the benefits of using of ADO.NET in .NET 4.0?
What is ole access?
What are the data providers used in ado.net
What is the return type of executescalar?
How do I delete a row from a DataTable?