Click here to Skip to main content
15,902,817 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have many item in table A and select this item in gridview , i need the code how to use button in gridview to accept the item in gridview & copy the item in table A to table B

table A:
user_id
username
password
email

gridview:
user_id username password email
1 tala a123456 aha@hotmail

table B
user_id
username
password
email

i need code using aspx (vb.net & asp.net )
Posted
Comments
ZurdoDev 30-Jul-13 22:19pm    
There is no single piece of code someone can just give you. What have you tried so far?

1 solution

Refer these two links,try to understand the idea and implement it accordingly.

Example of gridview rowcommand on Button Click [^]

Move Selected Gridview Rows to Another Gridview in Asp.net[^]

Regards..:laugh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900