how to add a selected row of a gridview to another gridview
without reloading the page??
Answers were Sorted based on User's Feedback
Answer / 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 |
What is ado.net objects?
Explain the architecture of ado.net?
What is defaultview in datatable?
What are the different ado.net namespaces are available in .net?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is Serialization in .NET? what are the types of Serialization?
What is ado net stands for?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is the difference between connected environment and a disconnected environment?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
How do you merge two datasets into the third dataset in a simple manner?
What is method to get XML and schema from Dataset? getXML() and get Schema ()