Insert Records From GridView to another GridView Page

534 Views Asked by At

Can somebody help me? I am developing a website using Microsoft Expression Web. My database is MS Access. My page extension is .aspx (ASP.NET)

I have two gridview:

  1. Pending Records GridView should be under a PendingRecords.aspx page. I want this gridview to allow me to accept first all the requested records before they go straight under the Main Gridview. Of course, the gridview have "ADD" button. When I click the button, I want the records to be transfer in Main Records GridView.

  2. Main GridView should be under a Records.aspx page. I want this gridview to display all the records that I already accepted in Pending Records Gridview.

Simple as that!

Thanks in advance!

1

There are 1 best solutions below

3
I kiet On

one the button click event save the data from first gridview into the session and when load it again in the second gridview when page loads or reloads. it will work if you don't have much data to move..... hope will give you some idea.... :)