Please can you add some events to controls like the CollapsiblePanel. There seems to be no consistency in the design of these controls.
All controls should have client and server side events. Also there should a property to specify if the server side event should be synchronous or asynchronous .
I should be able to do a postback/callback when the CollapsiblePanel is expanded or collasped. (Without having to add dummy controls and set behaviours etc).
Most controls ever written for ASP.NET have events.
The hoops we need to go through to make these controls usable in real world applications is beyond a joke. Eg, the tab control only does a full postback to fire the server side event, defeating the whole purpose of ajax like functionality.
Comments: This is a good suggestion. We will take it into account while working on the toolkit. Thank you!
All controls should have client and server side events. Also there should a property to specify if the server side event should be synchronous or asynchronous .
I should be able to do a postback/callback when the CollapsiblePanel is expanded or collasped. (Without having to add dummy controls and set behaviours etc).
Most controls ever written for ASP.NET have events.
The hoops we need to go through to make these controls usable in real world applications is beyond a joke. Eg, the tab control only does a full postback to fire the server side event, defeating the whole purpose of ajax like functionality.
Comments: This is a good suggestion. We will take it into account while working on the toolkit. Thank you!