Ajax.NET Professional Update

I have updated the example web site with the latest beta version of Ajax.NET Professional. The current version has fixed some small bugs and added full date support including time zone.

Sedisys and I are working on adding the new features to the Ajax.NET Library that is available at http://www.borgworx.com/. BorgWorX already built some nice controls using Ajax.NET: http://examples.borgworx.net/.

And the best at the end: Tomorrow evening (some minutes before I go to bed to be fit for my travel to Los Angeles and the PDC) I will upload the source code of Ajax.NET Professional. You can have a look at the source code to see how internal things are working, but you are not allowed to build your own AJAX Library for .NET with this source code.

4 Comments

  • Narik said

    In Ajax Methods when server controls are used ,Error is thrown and a null value is returned.
    Can anyone tell me if there is any other way in using server controls in Ajax methods.

    For example:

    [Ajax.AjaxMethod()]
    public int Show()
    {
    TextBox1.Text = "4";
    return Convert.ToString(TextBox1.Text);
    }

    This will definetly throw error ..Object reference not set to an object...

    Any one to help this out please....


    Please mail me at pkirankmr@yahoo.com

Comments have been disabled for this content.