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 is maximum pool size in ado.net connection string?

587


What is ado.net tutorial?

591


Define data adapter?

604


What is ado.net object model?

593


What are the 3 major types of connection objects in ado.net?

622






How to add a check box or a dropdown list to a column in a datagrid?

625


How to connect and retrieve data from database using dataset

619


What is different between sqlcommand object and command behavior object?

616


What is ado.net components?

593


What is microsoft ado?

606


What are the benefits of using of ADO.NET in .NET 4.0?

620


What is ole access?

615


What are the data providers used in ado.net

629


What is the return type of executescalar?

569


How do I delete a row from a DataTable?

668