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 in agriculture?

0 Answers  


what is clustered index?why is it created?

4 Answers   Microsoft, Wipro,


Can you edit data in the Repeater control?

9 Answers  


What is meant by entity framework?

1 Answers  


What is ado full form?

0 Answers  






What is the role of clr?

0 Answers  


What does sqldatareader return?

0 Answers  


Explain what are the steps to connect to a database?

0 Answers  


How do you find the count of records in a dataset?

0 Answers  


Give an example of a .net application which connects to microsoft access database using ado.net classes.

0 Answers  


Write steps of retrieving data using ado.net ?

3 Answers   Keane India Ltd,


What are the uses of Stored Procedure?

0 Answers  


Categories