web pages and collections

web pages and collections

Old forum URL: forums.lhotka.net/forums/t/1896.aspx


Wal972 posted on Monday, December 04, 2006

Hi Guys

I have a collection of pays which I can load and edit and console program no problems. Any suggestions on how to edit the collection in a web page without saving to the database until all editing is complete. Would a session cache be of use or something else. I need to be able to select a pay, edit it and the return it to the collection, once completed the pays would be save in one set.

Thanks

Ellie

ajj3085 replied on Tuesday, December 05, 2006

You'd have to store some kind of state, so likely the session cache is a good choice, provided that the collection isn't very large. 

Copyright (c) Marimer LLC