Is it possible to dynamically add webcontrols via jQuery???

Posted by Chris Conway on Stack Overflow See other posts from Stack Overflow or by Chris Conway
Published on 2010-05-29T01:28:04Z Indexed on 2010/05/29 1:32 UTC
Read the original article Hit count: 306

Filed under:
|
|

Currently I have a webform that has a series of links. What I'd like to be able to do is add a webcontrol's content when one of the links is clicked. Is this kind of thing even possible?

If not, what's the best strategy for loading a set of controls (one textbox and one dropdown with values from one link, two textboxes and a checkbox from another link, etc.). I'd need to be able get the values of each of these controls on postback.

Ideally, I'd like to be able to add that new content to an acordian control, most likely the jQuery UI acordian. So each clickable link would add new content to an acordian control.

What's everybody's thoughts on this?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about webcontrols