Ajax.NET Enterprise Edition

I got already some questions concerning the next steps of Ajax.NET Professional. Yes, I'm working on some new ideas, and maybe it will be an Ajax.NET Enterprise Edition. With the upcomming AJAX Community I hope to get the most of all the frameworks currently are available, with your help, with your ideas, with your code!! For further news please have a look at my web blog in the next days. Yes, and it will be full open source!!!

Published Thursday, February 23, 2006 8:24 PM by Michael Schwarz
Filed under: ,

Comments

# re: Ajax.NET Enterprise Edition

Thursday, February 23, 2006 7:55 PM by wayneooo
That is excellent news Michael. Especially the open source part!! The problem with all these Ajax frameworks around at the moment is exactly as you have hinted; they all accomplish the task, it's just that not one single one accomplishes all the tasks.

I like the expressiveness we get with your framework, it is extremely flexible. The only downsides I saw were the licensing and the lack of support in the code behind for controls touched by the hand of Ajax. If Ajax.NET can get that figured then we are laughing. I have had to use some hacks in the past to get the selected value of dropdowns which have been populated by Ajax.NET. I know in Anthem they have this figured, but Anthem doesn’t offer nearly the kind of power Ajax.NET does.

Thanks for an excellent framework; I am really looking forward to seeing where you can take it.

# re: Ajax.NET Enterprise Edition

Saturday, February 25, 2006 10:09 AM by Ajax.NET Enterprise Edition
good

# re: Ajax.NET Enterprise Edition

Tuesday, February 28, 2006 12:16 AM by zero sharp
That is a good news.

Expecially the open source part.

I am really looking forward to seeing where you can take it .

Thanks

# My mistake or memory leak?

Tuesday, March 07, 2006 11:55 AM by guanzhong
hello, i found a problem (maybe):
open the web site "http://ajax.schwarz-interactive.de/csharpsample/default.aspx"
and monitor the memory alloc of iexplore on the Windows Task Manager, when you invoke a ajax call on the web page opened before, such as the example "Send feedback form with Unicode chars" on the page, when you press "submit" every time, you can clearly see the memory increased in task manager.
As i've used the Ajax.dll SDK in my program, i invoked ajax call in jscript's timer(set by setTimeout) every time, i found it can cause a large amount of memory leak.

mail to me if there's any message : guanzhongs@gmail.com

# re: Ajax.NET Enterprise Edition

Tuesday, March 07, 2006 11:56 AM by guanzhong
hello, i found a problem (maybe):
open the web site "http://ajax.schwarz-interactive.de/csharpsample/default.aspx"
and monitor the memory alloc of iexplore on the Windows Task Manager, when you invoke a ajax call on the web page opened before, such as the example "Send feedback form with Unicode chars" on the page, when you press "submit" every time, you can clearly see the memory increased in task manager.
As i've used the Ajax.dll SDK in my program, i invoked ajax call in jscript's timer(set by setTimeout) every time, i found it can cause a large amount of memory leak.

mail to me if there's any message : guanzhongs@gmail.com

# re: Ajax.NET Enterprise Edition

Wednesday, March 08, 2006 3:04 AM by Rahul
my upcoming project is on asp.net(c#) which uses drawings, GDI, which includes getting a mouse clik points from web forms etc... is it possible to perform these operations using Ajax asp.net..

# re: Ajax.NET Enterprise Edition

Wednesday, March 08, 2006 3:36 AM by meganathan
I want to try ajax in my website please send source code