T
tommy
Hi,
I am new to Web applications and statelessness. I had a question about Post
Back. I noticed in one of my pages where I have some event handlers that
change values of controls (checkboxes) that my page is posted back when this
occurs. There is alot of this interaction and I am storing my session state
in a db. So, on every posted back I need to retrieve session state and this
could be potentially a problem. Is there a way around this or a better
design? Should I look into AJAX?
Thanks
I am new to Web applications and statelessness. I had a question about Post
Back. I noticed in one of my pages where I have some event handlers that
change values of controls (checkboxes) that my page is posted back when this
occurs. There is alot of this interaction and I am storing my session state
in a db. So, on every posted back I need to retrieve session state and this
could be potentially a problem. Is there a way around this or a better
design? Should I look into AJAX?
Thanks