Click here to Skip to main content
15,906,333 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
hey! i would like to know how can u implement an autohide sidebar using asp.net c# like the one used in this website. It should have clickable nodes like the one in this website. Does the object exist in the toolbar?
http://www.foodpairing.be/FoodPairable.aspx[^]
Posted

Its a javascript. Using javascript for that.
 
Share this answer
 
It is not c#, it'll be javascript, probably a jquery plugin with an Asp.Net TreeView control inside.

Go to the jQuery[^] website and search for a splitter plugin (most likeley candiadte for the control). Actually, if you look at the source for the website you'll see exactly what they have done.
 
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