Click to See Complete Forum and Search --> : ajax collapsible extender problem


realfantasy
10-04-2007, 12:00 AM
i made asp.net webusercontrol which contains panel which contains datalist and that panel is in ajax collapsableExtender and that webusercontrol is in master page header and in always visible control problem is little i think but very stupid that whenever i go on any page whilst page load my webusercontrol expand for a sec and then collapse but i want it to remain collapsed until i want it to expand..

you may see demo on http://netcart.1stworldcommerce.com .. its shopping panel on right top of the page when u click on shopping panel it will expand

other problem is

i have server side asp:linkButton control which causes postback i wrote some function in its click event i want when it get press that function get call and also collapsible control expand but either it expand or it call function but not both functionalities i m getting.. what would be work arround...
--