Tuesday, 20 August 2013

Jquery UI and DataTables

Jquery UI and DataTables

over the past few weeks i've been putting together a c# application with
heavy use of Jquery UI coupled with the DataTables.net table
functionality. I have a quick question regarding session detection.
Now, i have detection in my Page_Load to check for session variables being
present etc, but this doesn't prevent an end-user from clicking on tabs,
and entering text client side.
So, my question is what is the best way to handle session variables, when
using client side scripting like that of Jquery etc?

No comments:

Post a Comment