Click here to Skip to main content
15,891,409 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have put search facility in page .Below this my other data exsist. near search ,i have put button 'hide'.when i click on hide.search facility hide.i have to do this using ajax.But i dont know what controll is used and how to do this?
Posted
Comments
Trics071 2-Feb-13 6:04am    
you can use collaspblepanelextender option present in Ajax Control ToolKit

Sounds like you actually need a collapsible panel. On high level, you need a Div element that toggles(show/hide the display style) on the click of the '+'/'-' image or hide/show button.

Following will help:
Those are also called as Accordion control in ASP.NET:
jquery: Accordion[^]
Ajax: Accordion Demonstration[^]

For HTML/CSS, smaple, look at this one: Javascript animated collapsible panels without any frameworks[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900