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
What are different layers of ADO.Net?
What does executereader return?
What is XML serialization
What are the data access namespaces in .NET?
What is sqlconnection and sqlcommand?
What are the major challenges in accessing data from a database?
What is dbcontext and dbset in entity framework?
What is connection in ado.net?
What are the advantages of ado.net?
What is aggregate root?
Which is faster datareader or dataadapter?
Define data adapter?
Is it possible to load multiple tables in a Dataset?
Explain the advantages and disadvantages of using datalist?
What is a dynaset in access?