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
Which name space is used to get assembly details?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is ole access?
Does ado.net use odbc?
Which database is the ado.net sql connection object designed for?
What is the difference between oledb sql server and oledbdotnet provider?
What is the meaning of executenonquery?
What is the difference between a datareader and a dataset?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Which method is used to sort the data in ADO.Net?
Is ado.net dead?
What are the disadvantages of using datalist?
What is a non query?
What are the uses of Stored Procedure?
What is the use of connection object in ado.net?