I am coding a web page that uses ASP controls "asp:radiobuttonlist" and "asp:checkbox". I want to code event handlers that enable and disable other controls based on what these controls are doing. Here's the problem: I don't want to do an auto postback because the page refreshes and the scroll bar goes back to the top of the page. I would rather these behave like traditional HTML controls with Javascript event handlers, but I don't want to do that because I am populating the controls out of a database.
Is it even possible to do this? Am I just screwed? Is there a way to make Javascript pick up events from these controls and then enable/disable without reloading the page?
2006-07-05
04:26:57
·
3 answers
·
asked by
sideshot72
3
in
Computers & Internet
➔ Programming & Design