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

Command objects uses, purposes and their methods.

0 Answers  


Explain executenonquery?

0 Answers  


What is data adapter in ado.net with example?

0 Answers  


What is ado or jdbc?

0 Answers  


What is connected architecture in ado.net?

0 Answers  


What are the two fundamental objects in ADO.NET?

6 Answers  


What does connection string consists of ?

4 Answers   Digital GlobalSoft,


What?s the role of the DataReader class in ADO.NET connections?

7 Answers   Honeywell, Ksb,


What are all the different methods under sqlcommand?

0 Answers  


differences between ADO and ADO.NET

0 Answers   Microsoft,


Which is faster entity framework or ado.net?

0 Answers  


ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?

3 Answers   Zensar,


Categories