Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 03, 2012 09:29 AM by skko
Member
111 Points
178 Posts
Aug 01, 2012 06:35 AM|LINK
I can do ajax CollapsiblePanel using asp.net ajax.
normally, most collapsible panel appering in slide down direction.
now what I want to do is to appearing in slide up direction.
could you please check this following site, you can see like that at the bottom of web page.
http://www.london2012.com
Contributor
4646 Points
1172 Posts
Aug 01, 2012 07:51 AM|LINK
I think they have used jquery for this
check this
http://api.jquery.com/slideUp/
4477 Points
865 Posts
Aug 01, 2012 10:08 AM|LINK
Hi Friend,
You may use Accordion Demonstration tool of ajax.
please check this link.
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Accordion/Accordion.aspx
All-Star
65749 Points
11148 Posts
Aug 02, 2012 03:30 AM|LINK
Hello
CollapsiblePanel does not work in that way. If you don't mind using jQuery, you may look at this tutorial,http://www.ilovecolors.com.ar/jquery-collapsible-panel/
Demo, http://www.ilovecolors.com.ar/wp-content/uploads/collapsible/#
Basically, it uses jQuery's toggle method, http://api.jquery.com/toggle/
Aug 03, 2012 09:29 AM|LINK
thanks for all suggestion,
but now, I am using ajax Accordion control, following to Ajay2707's suggestion.
it is fine and looks great. thanks Ajay2707 and All friends.
skko
Member
111 Points
178 Posts
collapsible panel in Ajax
Aug 01, 2012 06:35 AM|LINK
I can do ajax CollapsiblePanel using asp.net ajax.
normally, most collapsible panel appering in slide down direction.
now what I want to do is to appearing in slide up direction.
could you please check this following site, you can see like that at the bottom of web page.
http://www.london2012.com
chandu123
Contributor
4646 Points
1172 Posts
Re: collapsible panel in Ajax
Aug 01, 2012 07:51 AM|LINK
I think they have used jquery for this
check this
http://api.jquery.com/slideUp/
Chandrasekhar (MCTS) .NET framework 3.5, ASP.NET Applications
If my ANSWER helps you in solving your problem MARK IT AS ANSWER
Ajay2707
Contributor
4477 Points
865 Posts
Re: collapsible panel in Ajax
Aug 01, 2012 10:08 AM|LINK
Hi Friend,
You may use Accordion Demonstration tool of ajax.
please check this link.
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Accordion/Accordion.aspx
chetan.sarod...
All-Star
65749 Points
11148 Posts
Re: collapsible panel in Ajax
Aug 02, 2012 03:30 AM|LINK
Hello
CollapsiblePanel does not work in that way. If you don't mind using jQuery, you may look at this tutorial,http://www.ilovecolors.com.ar/jquery-collapsible-panel/
Demo, http://www.ilovecolors.com.ar/wp-content/uploads/collapsible/#
Basically, it uses jQuery's toggle method, http://api.jquery.com/toggle/
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
skko
Member
111 Points
178 Posts
Re: collapsible panel in Ajax
Aug 03, 2012 09:29 AM|LINK
thanks for all suggestion,
but now, I am using ajax Accordion control, following to Ajay2707's suggestion.
it is fine and looks great. thanks Ajay2707 and All friends.