DCSIMG
UserControl,ASP.NET - Itai Goldstein

Browse by Tags

All Tags » UserControl » ASP.NET (RSS)

Exposing User Control client events to host Page server side

Download Source Solution: Server side events handling is a great feature of ASP.NET . You can enjoy your server side framework which is usually easier to maintain than your client side code. One of the drawbacks of server side events handling is the Postback , in which the request is send to the server with all its weight and the response renders the whole HTML again - the user suffers from a visual effect in which the page he’s viewing disappears and reappearing after it finished his rendering process...
Posted by itai | 3 comment(s)