Monday, March 26, 2012

modal popup for a set time period

Is it possible to make a modal popup show for a couple of seconds then disappear?

yes.. use AJAX timer control

- place AJAX timer control in the form with required timeinterval
- by default make timer enabled=false
- enable timer whenever you show modal popup
- on timer_tick() hide modal popup and disable timer again

hope it helps..

No comments:

Post a Comment