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:
Pending Records GridViewshould be under aPendingRecords.aspxpage. 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.Main GridViewshould be under aRecords.aspxpage. I want this gridview to display all the records that I already accepted in Pending Records Gridview.
Simple as that!
Thanks in advance!
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.... :)