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
Comments have been disabled for this content.
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
niks_crasher said
Sir, do you have example of controls using vb.net?Thank you in advance.
Dinesh said
Michael is your Ajax.dll 5.7.25.1 related to borgworx Ajax.Net.
Do I need to have a license for using Ajax.dll for development purpose.
Michael Schwarz said
@Dinesh: You do not need a license for the version you can download from my old web site. The BorgWorX is available at their web site and needs a license. Please see www.borgworx.com.
CIAO
Michael