Firecat1970
IS-IT--Management
Dear team,
Most examples I see are for partial updating a page, whether it is direct AJAX (e.g. AJAX.net) or indirect AJAX (Atlas, comfortasp, etc).
How about data updating? Is it recommended to send a lot of data from client to server for processing?
I used to do it in classic ASP, having an XML island bind to HTML table, and let users add as many rows to the table as they desire, and they can click on a 'save' button on screen, which will send the XML to server side ASP via xmlhttprequest for updating to database.
Is this a common practise?
Cheers!
Most examples I see are for partial updating a page, whether it is direct AJAX (e.g. AJAX.net) or indirect AJAX (Atlas, comfortasp, etc).
How about data updating? Is it recommended to send a lot of data from client to server for processing?
I used to do it in classic ASP, having an XML island bind to HTML table, and let users add as many rows to the table as they desire, and they can click on a 'save' button on screen, which will send the XML to server side ASP via xmlhttprequest for updating to database.
Is this a common practise?
Cheers!