how to add a selected row of a gridview to another gridview
without reloading the page??

Answers were Sorted based on User's Feedback



how to add a selected row of a gridview to another gridview without reloading the page??..

Answer / 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

how to add a selected row of a gridview to another gridview without reloading the page??..

Answer / alex dorfman

Use AJAX to bind the second grid.

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More ADO.NET Interview Questions

What is Serialization in .NET? what are the types of Serialization?

0 Answers   Arigo Infotech,


What are the data providers used in ado.net

0 Answers  


How can we add/remove row's in "datatable" object of "dataset"?

0 Answers  


What is the key feature of ADO.NET compared to ADO ?

3 Answers   TCS,


How can we perform transactions in .net?

0 Answers  






What are the three Objects of ADO.

10 Answers  


What is an ADO.Net?

0 Answers  


Explain what a diffgram is and its usage ?

2 Answers  


What is csdl entity framework?

0 Answers  


What is partial class?

0 Answers  


What are the ado.net components?

0 Answers  


What is method to get XML and schema from Dataset? getXML() and get Schema ()

0 Answers  


Categories