Firecat1970
IS-IT--Management
Dear experts,
I am from Classic ASP age, and I am facing some technical difficulty in using ASP.NET to implement similar thing I did in ASP.
What I did in ASP was :
On my page, I have 2 tables both binding to 2 XML objects, and of course the tables have pagination support.
Functionally, users can move rows from Table1 to Table2 or vice-versa, when user click the 'save' button on the page, it sends the 2 XML objects back to a server side ASP for persistence to Database.
What difficulty I have in ASP.NET is :
I try to implement 2 GridViews (with pagination) which bind to 2 Typed Collection objects.
I want the same functionality, so that users can move row from Grid1 to Grid2 or vice-versa....
It seems to me that the only way I can do it, is to persist every single row-move back to the database, am I correct?
Please help me. Thank you.
I am from Classic ASP age, and I am facing some technical difficulty in using ASP.NET to implement similar thing I did in ASP.
What I did in ASP was :
On my page, I have 2 tables both binding to 2 XML objects, and of course the tables have pagination support.
Functionally, users can move rows from Table1 to Table2 or vice-versa, when user click the 'save' button on the page, it sends the 2 XML objects back to a server side ASP for persistence to Database.
What difficulty I have in ASP.NET is :
I try to implement 2 GridViews (with pagination) which bind to 2 Typed Collection objects.
I want the same functionality, so that users can move row from Grid1 to Grid2 or vice-versa....
It seems to me that the only way I can do it, is to persist every single row-move back to the database, am I correct?
Please help me. Thank you.