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 |
Command objects uses, purposes and their methods.
Explain executenonquery?
What is data adapter in ado.net with example?
What is ado or jdbc?
What is connected architecture in ado.net?
What are the two fundamental objects in ADO.NET?
What does connection string consists of ?
What?s the role of the DataReader class in ADO.NET connections?
What are all the different methods under sqlcommand?
differences between ADO and ADO.NET
Which is faster entity framework or ado.net?
ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?