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


Please Help Members By Posting Answers For Below Questions

What are ado.net objects?

525


Explain the difference between sqlcommand object and command behavior object?

529


What is difference between datareader and dataadapter?

542


What we do with the object of ado.net dataset after using it?

517


What does adodb stand for?

500






Define connection string?

575


How to add an aggregate column?

523


What are the disadvantages of using datalist?

499


What is a datagridview?

509


What is Dataset Object?

557


Which is faster sqldataadapter and sqldatareader?

493


If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?

609


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

549


What is ole in vb?

501


Difference between sqlcommand and sqlcommandbuilder?

571