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 the differences between OLEDB and SQLClient Providers?
Explain ado.net features? Benefits? Drawbacks?
Which is better ole db or odbc?
Explain the advantage of ADO.Net?
Can we connect two dataadapters to same data source using single connection at same time?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is sql connection in ado.net?
Which parameter of ConnectionString is used to specify the name of the database?
How can we load multiple tables in a dataset?
Give few examples of datareader that is used in different dataproviders.
How to retrieve the user id which is provided while windows authentication?
What is the difference between SqlCommand and SqlCommandBuilder?
What is an orm, and why would you use one instead of plain old ado.net?
What are the advantages and drawbacks of using ado.net?
What are the ado.net components?