I have an asp.net page with javascript. I have some checkboxes and I want to give the user time to check and uncheck a box before the postback ... so when the user checks / unchecks the check box, there is a postback after 5 seconds. how can I do this?
Set the AutoPostBack property of the checkbox to the wrong Use a button that Postback (like call 'Save Changes' button)
This requires all the flexibility you need, you can even insert a JavaScript that clicks the button Automatically after XX seconds.
Comments
Post a Comment