Ajax.NET version 5.7.22.2
I updated the latest release of the Ajax.NET library (5.7.22.2) on my website http://ajax.schwarz-interactive.de/. To download the library click here. The new ajax.dll is not included in the exmaple zip file!
Change log:
- fixed missing semicolon in common JavaScript
- fixed XML support
- added DataView and DataRowView support
- fixed some issues for HtmlSelect controls
- added bool[] as argument
- fixed RetreiveParameters (if there was a "=" in the argument value, long text issue)
- fixed Server.Transfer, use RegisterTypeForAjax with the argument Page (this)
- fixed Bitmap in classes (removed semicolon at the end of new AjaxImage();)
For all of the developers asking for the source code. SediSys.com will offer the source code hopefully next week. They will go on with the development of the Ajax.NET library as an open source project.
25 Comments
Comments have been disabled for this content.
Peter said
Hi Michael, I thank you also for the library. For me it was never a problem to wait for the source code...
Dan Barthel said
Michael, thanks. Not to be a nag, but what are your thoughts on a documentation project?
Michael Schwarz said
Hi Dan, what do you mean with "documentation project"?
Sonu Kapoor said
Thanks a lot. The library is great.
Andre Pangraz said
I can only say "Thank you Michael Schwartz!!!". I am using it in a lot of web projects (Intranet applications only). The performance increases by factor 20 or more. Go on with the development and help Microsoft to build the ATLAS Framework be the next Ajax.NET library!!!
Michael Schwarz said
Hi Quang,
can you please send me the source code that will register the type? Please use my contact form to contact me.
CIAO
Michael
John said
Have you tested your assembly with asp.net 2.0? Beta 2?
Quang Minh said
Thank for your reply,
But I still have problem: I changed your sample, anbd it's running well, but in my project, I put an ajax function to the UserControl, so it can be convert from System.Web.UI.UserControl to System.Web.UI.Page. Can you give me the solution? Thank you
Michael Schwarz said
Hi Quang,
you have to use Ajax.Utility.RegisterTypeForAjax(typeof(CSharpSample.DemoMethods),this.Page);.
CIAO
Michael
Simone said
Too bad SediSys.com is just in german.. :-(
and too bad SF.net closed the project
Hope to see more docs and forum in the near future
Simone
Michael Schwarz said
Hi to all, I did not talk to SediSys, but I will say that they will offer an english web page where you can download the source code and the latest releases, of course.
CIAO
Michael
Anders M said
A big unanswered question remains:
Will it remain Opensource _and_ free? for commercial use also?
Its hard to put in use until
:-)
Michael Schwarz said
@Anders: Yes, it will be Open Source!!!! ...you can download the source code! Please contact chubinger [at] sedisys.com how will be resposible for the Open Source Project.
Fabian Ferreyra said
Thanks Michael! The Server.Transfer bug is fixed, so I'm more than happy :) Thanks for this amazing library.
David M. Kean said
Any reason why the assembly is no longer strong-named? I can no longer reference it from my own strong-named assembly.
Anders M said
Michael Schwarz >
And will it also stay free for commercial use also?
Michael Schwarz said
@Anders: I have send SediSys the same questions, they will give an answer here in the feedback.
CIAO
Michael
Eric said
Michael, can you clarify the role that you and sedisys.com respectively will be playing in this project? At first, sedisys appeared to be simply hosting, but as questions about the license arise, it seems that they will be owning the project going forward. I think a lot of us would like to see a posting about this on the main page.
Ingo said
Do you already have a website?
Dan Herfner said
Hi Michael,
I would say you THANKS for this GREAT SOFTWARE!!! Do you know where we can vote to bring you up to an MVP???
Phil said
Great stuff! Thanks so much for making this available.
One question, even with the new .dll, I'm still getting a missing semicolon error. I don't get it on localhost, but when I move it to another server, I get it. Any suggestions?
Hugh Knaus said
I fixed the bug myself but, only after decompiling Michael's 5.7.22.2 version of the Ajax.dll, creating a project of my own, and then changing code in one method. I've emailed Michael my project hopefully this will speed the resolution along for everyone else.
-Hugh
hugh@justflies.com
Jason Prell said
You can not implement an HTTP Handler in a location tag as you are trying to do. HTTP Handlers have to be at the top level of an application and are inherited by sub-directories. If you want to apply an HTTP Handler only to the sub-directory and not at the same level as the web.config and current application, you will need to make the sub-directory its own application root in IIS.
Rama said
Ajax.NET version 5.7.22.2 is awe-inspiring.
Great Job Michael.
I did have issues with server.transfer but 22.2 helped me a lot, thanks again.
Keep up the good work.
Ajith said
Hi Michael,
Can I use Ajax.Net Library for my Web Product, which will be deployed in others machines also. Is there any Licence Issues.
Please Reply.
Thanks
Ajith