Archive for the ‘ASP.Net / AJAX’ Category

ASP.NET AJAX NumericUpDownExtender Javascript Bug

Sunday, September 13th, 2009

Those of you using the ASP.NET AJAX Control Toolkit 30512 will have experienced the following error when using the NumericUpDownExtender:

Assembly ‘AjaxControlToolkit, Version=3.0.30512.20315, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e’ contains a Web resource with name ‘AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.debug.js’, but does not contain an embedded resource with name ‘AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.debug.js’.

This is a straightfowards bug to fix, and you can find a solution to it here.

ASP.NET v2.0: Create Membership tables in another database than the standard aspnetdb.mdf

Monday, June 29th, 2009

The title says it all, really. You can find the article here.

AJAX File Uploader Control

Sunday, June 28th, 2009

And what does this means? This means that with the FileUploadAJAX we can upload files in an asynchronous way and without reloading the page… that’s all!

You can get it here.

ModalPopupExtender experiences

Sunday, June 28th, 2009

Make a confirmation modalpopup window.

Are you making these 3 common ASP.NET AJAX mistakes?

Saturday, June 27th, 2009

A great article I found on ASP.NET AJAX which cleared up some problems and misconceptions I’d been having.

Read the full article here, which is featured on the site encosia.com.