Technorati Tags: ASP.NET,AJAX Control Toolkit,DropDownExtender Today I came across a problem of making the DropDownExtender appear as if it is a standard drop down like it is when you hover over it (as shown in the image to the right). Initially I was thinking you could do something with the Animation framework, but after a [...]
Category Archives: JavaScript
ASP.NET AJAX Control Development and the Chatty onMouseOut Event
Technorati Tags: ASP.NET,AJAX,JavaScript,Web Controls If you have been working on developing ASP.NET AJAX web controls, there is a good chance that you may have encountered some issues with the onMouseOut event. The issue comes about when you are developing a container-type control (e.g. a Panel or DIV) and you wish to capture the mouse out [...]
ASP.NET AJAX ScriptManager JavaScript Files
I have been doing a bit of experimentation with ASP.NET AJAX (in this particular case .NET 3.5) and came across a nice feature of the ScriptManager and what it renders for the Microsoft AJAX JavaScript files. I just thought this sheds a bit more light on the operations of the ScriptManager and ASP.NET AJAX, and [...]

ASP.NET AJAX Page Methods
Technorati Tags: Page Methods,UpdatePanel,AJAX,ASP.NET If you’ve read things of mine, such as my Wrox Blox Hands On ASP.NET AJAX Control Toolkit, or posts on the ASP.NET Forums, you may have noticed I talk about using ASP.NET AJAX Page Methods lots of the time. Lots of developers using ASP.NET AJAX overuse the UpdatePanel, or use it [...]