Well, maybe not the best technically….or graphically, but you have got to love the subject matter! [:D] http://www.ferrari.com/Pages/Country_selector.aspx
Working with quotes in XSLT
I have a XSLT file where I need to pass strings to javascript. Due to the way the code is written the string designator is the single quote. Typically that is not an issue but what happens if the text you pass in contains an apostrophe, AKA single quote? You will need to perform a […]
Make sure to check out the Microsoft Incentives web site
Kind of like sales on Microsoft licenses: http://www.microsoftincentives.com/ For a limited time only! 15% off L&SA – Exchange Server Standard, Office Communication Server Standard, SQL Server Standard, Office SharePoint Server, Visual Studio Team Suite, Office Project Standard, Office Project Professional, Office Visio Standard and Office Visio Professional. 25% off L&SA: Exchange Server Enterprise, Office […]
Cannot unregister UpdatePanel with ID ” since it was not registered with the ScriptManager and MOSS
I have run into this while trying to get the AjaxControlToolkit working with MOSS. Turns out there are a couple of things that can cause this. The first is using CreateChildControls to create your controls. While this is typically a best practice in this case it can cause an error. You can create your controls […]