Browse by Tags

All Tags » client-side events (RSS)

Practical C#7 - AjaxControlToolkit Sliders by avcajipe

I am all over web programming techniques that present both practical function and visual appeal. One of team is the AjaxControlToolkit’s slider . In this project, I needed to get user input in the form of percentage ranges that would represent exam...

Practical Javascript 3: Detecting Idle Activity in web forms by avcajipe

The common model for session handling in web forms during a post back is always to check whether a the page sessions is still in-memory, else some practical redirection to a login page would always occur. I usually did it this way via the code behind...