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
How can you add or remove rows from the datatable object of dataset?
What is ole in excel?
What are the advantages of oledb compared with other classes?
What is the difference between the clone() and copy() methods of the dataset class?
Which database is the ado.net?
What is ado and rdo?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is the use of connection object in ado.net?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is row state?
What is the maximum pool size in ado.net connection string?
Give few examples of datareader that is used in different dataproviders.
What is difference between datagridview and datagrid control in winforms?
Does dapper use ado.net?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?