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 ado.net objects?

0 Answers  


Explain the architecture of ado.net?

0 Answers  


What is defaultview in datatable?

0 Answers  


What are the different ado.net namespaces are available in .net?

0 Answers  


What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

0 Answers  






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

0 Answers   Arigo Infotech,


What is ado net stands for?

0 Answers  


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

0 Answers   Infosys, Wipro,


What is the difference between connected environment and a disconnected environment?

2 Answers  


What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?

0 Answers  


How do you merge two datasets into the third dataset in a simple manner?

3 Answers   IBM,


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

0 Answers  


Categories