Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 25, 2013 05:43 PM by teddy_q
None
0 Points
8 Posts
Jan 25, 2013 06:16 AM|LINK
Hi everyone,
I need to collapse part of my web page, how to do that? Like what expander control does in WPF. Any idea?
Your help is appreciated.
Star
14392 Points
2447 Posts
Jan 25, 2013 06:29 AM|LINK
Hi,
Use the jquery UI Accordion:
http://jqueryui.com/accordion/
Member
712 Points
139 Posts
Jan 25, 2013 05:43 PM|LINK
or Ajax control toolkit
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Accordion/Accordion.aspx
or write the script yourself, seach the .net for simpler script. That functionality is not complicated.
Yoona
None
0 Points
8 Posts
Collapse part of content on web page
Jan 25, 2013 06:16 AM|LINK
Hi everyone,
I need to collapse part of my web page, how to do that? Like what expander control does in WPF. Any idea?
Your help is appreciated.
raju dasa
Star
14392 Points
2447 Posts
Re: Collapse part of content on web page
Jan 25, 2013 06:29 AM|LINK
Hi,
Use the jquery UI Accordion:
http://jqueryui.com/accordion/
rajudasa.blogspot.com || blog@opera
teddy_q
Member
712 Points
139 Posts
Re: Collapse part of content on web page
Jan 25, 2013 05:43 PM|LINK
or Ajax control toolkit
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Accordion/Accordion.aspx
or write the script yourself, seach the .net for simpler script. That functionality is not complicated.