Blog - .NET, ASP.NET, AJAX, Ruby and more

Category Archives: JavaScript

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 [...]

Also posted in .NET, AJAX, ASP.NET, C#, WCF, Web Services | Tagged , | Comments closed

AJAX Control Toolkit – DropDownExtender Always Visible

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 [...]

Also posted in AJAX, AJAX Control Toolkit, ASP.NET | Tagged , | Comments closed

Wrox Blox – ASP.NET AJAX Control Development with Visual Studio 2008 and .NET 3.5 Framework

Technorati Tags: ASP.NET,AJAX,Controls I’m happy to announce that my second Wrox Blox is done and available for purchase as of today!  As you may remember, back in January, my first Wrox Blox on the ASP.NET AJAX Control Toolkit was released.  Now, continuing with the ASP.NET AJAX theme, the new Wrox Blox deals with creating your [...]

Also posted in .NET, AJAX, ASP.NET, C#, News | Tagged , | Comments closed

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 [...]

Also posted in .NET, AJAX, ASP.NET | Tagged , | Comments closed

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 [...]

Also posted in AJAX, AJAX Control Toolkit, ASP.NET | Tagged , | Comments closed