June 2004 - Posts

0
Comments

What web controls save (by default) in ViewState ? by nattYGUR

ViewState let web controls as much as users (programmer) to save and persist control state between page calls. Controls that wish to use viewstate services need to implement IstateManager interface. This interface consist from three methods (LoadViewState...
1
Comments

Why I can't add my own event to page life cycle. by nattYGUR

Pluggable architecture with interceptor stack implementation is very useful combination. When I need to write infrastructure that need to implement several services for given class / classes I always try to implement interceptor stack with pluggable architecture...
0
Comments

"htmlfile: Invalid pointer :0" Error by nattYGUR

Usually this error is by product of the way smartnavigation implemented. SmartNavigation uses hidden IFrame to get the content back from the server and then to inject the HTML to the page. This process cause controls events to loose attach to client side...
More Posts « Previous page