So say I have a dropdown control, and after the user uses the drop down, I want a checkbox and label to appear, AJAX style, without a full postback.
How can I implement something like this? Examples of code (or links to them) would be great.
I played around with this some using updatepanels but I can’t get it working right…
You could achieve this with something like this:
Note: this is using jquery.
You can see and experiment with a working example here: http://jsbin.com/owoho