DCSIMG
DEV,AJAX - Itai Goldstein

Browse by Tags

All Tags » DEV » AJAX (RSS)

Configuring AJAX Extensions In SharePoint

Using SmartPart in SharePoint can reduce web parts development time. The SmartPart install document includes instructions on configuring AJAX Extensions on SharePoint website configuration file, but it lacks 2 issues I’ve encountered while enabling SmartPart on my SharePoint website: This is pretty straight forward – if you’re using a more advanced version of the AJAX extensions – you should update its full assembly name: Assembly = "ReturnOfSmartPart, Version=1.3.0.0, Culture=neutral, PublicKeyToken...
Posted by itai | 1 comment(s)

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)