Posted on November 19, 2007 by tobject
As i’m just starting to optimize my asp.net site, this article will help me building a simple checklist. Saved for personal reference
ASP.NET is much more powerful than classic ASP, however it is important to understand how to use that power to build highly efficient, reliable and robust applications. In this article, I tried [...]
Filed under: ASP.NET | Tagged: ASP, NET | No Comments »
Posted on November 13, 2007 by tobject
Kannan Sundarajan has written Rich Text Editor control using ASP.NET AJAX and shared it under the MS-PL license on CodePlex. It has a very rich feature set and Kannan hopes to enhance it further in the future. Since it is a CodePlex project you can report issues and make feature requests.
Check out the live demo [...]
Filed under: ASP.NET | Tagged: Ajax, CodePlex, RTE | No Comments »
Posted on November 8, 2007 by tobject
Highslide JS .NET is a .NET control to encapsulate the functionality of Torstein Honsi’s excellent Highslide JS library.
Highslide JS is an open source JavaScript software, offering a Web 2.0 approach to popup windows. It streamlines the use of thumbnail images and HTML popups on web pages. The library offers these features and advantages:
No plugins [...]
Filed under: ASP.NET | Tagged: Ajax, JavaScript, Web 2.0 | No Comments »
Posted on November 8, 2007 by tobject
Using Web methods instead full post backs…
Web methods allow ASP.NET AJAX pages to directly execute a page’s static methods, using JSON (JavaScript Object Notation). JSON is basically a minimalistic version of SOAP, which is perfectly suited for light weight communication between client and server. For more information about how to implement web methods and JSON, [...]
Filed under: ASP.NET | Tagged: Ajax, JSON, SOAP, Update Panel | No Comments »
Posted on November 8, 2007 by tobject
Check out Dave Wards advice on Update Panels and Postabacks HERE
In this post, I’d like to point out a few of the problems I’ve seen developers running into and what you can keep in mind to avoid them:
Page events still fire during partial postbacks.
UpdatePanel events fire, even when not updating.
Control event handlers fire after [...]
Filed under: ASP.NET | Tagged: Ajax, Update Panel | No Comments »