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 = under 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.
[IMGNoThumb]http://bytes.com/attachments/attachment/6799d1357309756/add.jpg[/IMGNoThumb]
2. Main GridView = under 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!
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 = under 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.
[IMGNoThumb]http://bytes.com/attachments/attachment/6799d1357309756/add.jpg[/IMGNoThumb]
2. Main GridView = under 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!
Comment