Welcome to AspAdvice Sign in | Join | Help

Alessandro Gallo

.NET & Beyond

December 2006 - Posts

Enabling xml-script on page
In the December CTP of the ASP.NET AJAX Futures, there is a change in the way the PreviewScript.js file embedded in the System.Web.Preview.dll assembly is referenced. The following is a simple page that hooks-up the load event of the Application instance Read More...
ASP.NET AJAX RC is out!
...and this means that we are very, very close to the RTM. The RC release can be downloaded here . The December CTP of the ASP.NET AJAX Futures can be downloaded here . The Ajax Control Toolkit team just released a bugfix release that runs on the ASP.NET Read More...
First CTP of WPF/E released!
This is great news. What do you think about using WPF together with Microsoft Ajax? Read the announcement in this blog entry by Scott Guthrie . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
HTTP/1.1 100 Continue
I'm reading great posts and articles about Ajax during these days, like this interesting post by Michael Schwarz about the POST vs GET topic also addressed by Omar Al Zabir in his great article with a lot of tips and tricks for optimizing the performance Read More...
Polling with two UpdatePanels
Source Code While browsing the ASP.NET Forums I came to a thread with a request for implementing a polling scheme with two UpdatePanels. In the specific scenario, we have a Timer control (Timer1) that is acting as a trigger for two UpdatePanels, let's Read More...
Xml-script tutorials on DotNetSlackers
I'm writing some tutorials on xml-script that will be published on DotNetSlackers . You can access them from the links below. If you have any feedback or suggestions please leave a comment to this post. Have fun! Part I - Type descriptors Part II Read More...