JQuery Accordeon + ASP.NEt user controls
Hi!
I would like to know how I can use jQuery's UI control Accordeon on an
asp.net website.
What I have:
A widget-like user control thath loads dynamically when the user
selects an option. The user may have several widgets loaded at a time
and they are all displayed in a "side bar" placeholder. The user can
load or unload any widget. This is working fine.
What I want to do:
Use jQuery's accordeon do organise the widgets. Whenever the user
selects a widget, I want to create a new accordeon page and insert my
user control in it.
Is it possible? I never used jQuery before so any help or pointer
would be very welcome.
I have a similar funcionality with ajax-toolbox tabContainer control.
Thanks in advance!
RB