If you are using URL rewriting you might know that you have to take care about the way you reference resources has written in the Scott Guthrie post; Tip/Trick: Url Rewriting with ASP.NET:
Continue readingHandling CSS and Image Reference Correctly
As you might know, I am running the French .NET portal Tech Head Brothers and I am always searching for good way to optimize it and make it run better.
Following the post of Jeremy Zawodny’s blog: “How To Add Good Expires Headers to Images in Apache 1.3“ I decided to check this on my server running Tech Head Brothers on IIS 6.0.
Continue readingIf you place on a web page a ModalPopup and a Silverlight control, you might end up with the ModalPopup hided by the Silverlight control.
To avoid this at the time you call Sys.Silverlight.createObjectEx you need to give the following property to true:
Continue readingA new release (10606) is out, that you might download on CodePlex.
I quickly tried out the script combining stuff and it works really great. I saved 7 round trip to the server and almost 2 seconds in the page load. You might read more about it on Shawn Burke
Continue readingI spend a part of this evening fighting with *ScriptManager.RegisterClientScriptInclude *and had no chance to use it in a way that my javascripts would appear after MicrosoftAjax.js and in an order that I defined.
I finally found a solution, using ScriptManagerProxy and declaratively listing the javascripts in the order I wanted.
If you are using ASP.NET Validators in UpdatePanel consider the post of Matt Gibbs : “ASP.NET AJAX Validators“.
Continue readingASP.NET AJAX provides new APIs for registering script with the ScriptManager. Using these APIs allows controls to work well with partial rendering. Without them, controls placed inside an UpdatePanel won’t work as expected. In previous CTP releases of ASP.NET AJAX, we had a set of validator controls that derived from the v2.0 controls and used the new APIs. This made them work well with ASP.NET AJAX. WindowsUpdate will soon include a version of System.Web that can take advantage of the new APIs. So the new controls which would have been redundant have been removed. However, the update isn’t available yet and ASP.NET AJAX has been released. So, in the short-term, the source code for a set of custom validator controls that work with partial rendering is available here.
I remember when I tried to implement a Login control in a ModalPopup with one of the early release of what was called at that time Atlas and is now called ASP.NET AJAX. I had lots of difficulties and now it works like a charm.
This time I would like to have a Login control in an ASP.NET AJAX PopupControlExtender from the ASP.NET AJAX Control Toolkit.
Continue readingIt was a straight move from RC to RTM and I have managed to have it online after deploying it to staging, doing some tests and then deployed it Production, thanks to Web Deployment Projects.
Here you can see an ASP.NET 2 Webpart on Tech Head Brothers using ASP.NET AJAX 1 to browse all news of the site on the home page:
Continue reading