I posted a new version to the Google group [1]. Attached you will find a beta version of the next version. I had to recode a lot of parts to get the queue working correct with 2 http connections. Now, if you add this assembly you have to be careful if you use inheritance from the AjaxPro.AjaxRequest. You have to inherit from AjaxPro.AjaxClass instead, now.
Posted by Michael Schwarz on Thursday, November 24, 2005
The last weeks I done a lot of test because of the memory leaks using .innerHTML or events (closures). When building some test pages I ran into a problem. I reached 65.000 handles for iexplore.exe. From time to time I got a dialog box asking if I want to send data to a different location (the same question you get if you post data to a different domain). I clicked on yes, I clicked on no - both buttons are working, and my AJAX method, too. But some requests later I got the dialog box again, ...and again.
Posted by Michael Schwarz on Thursday, November 17, 2005
I posted a pre-release version to the Google group, download the latest pre-release version here [1].
Posted by Michael Schwarz on Friday, November 11, 2005
I have finished a more complex auto complete textbox you can use in you Ajax.NET Professional [1] web application. The control can be added on the server like other HtmlControls:
Posted by Michael Schwarz on Friday, November 11, 2005
Some days ago I had a look in some Visual Basic source code and found the WITH statement there. I was thinking about how I can use this in JavaScript code. Below you will find a very simple script that allows you to use the With method (that will reduce your source code size of JavaScript files):
Posted by Michael Schwarz on Thursday, November 10, 2005
I have some items I learned about AJAX (or Ajax.NET Professional [1]) developer newbies:
Posted by Michael Schwarz on Wednesday, November 9, 2005
I had done a lot of changes to the JavaScript methods. With the new version I had removed the context that you could provide to have something like a "this" context.
Posted by Michael Schwarz on Tuesday, November 8, 2005
I have added a simple feature that will enable queuing for Ajax.NET requests. You can enable the queue with following line:
Posted by Michael Schwarz on Tuesday, November 8, 2005
This week I got two mails from different companies asking me: "Michael, what can we do for you?"
Posted by Michael Schwarz on Saturday, November 5, 2005
I get a lot of requests for new controls that are using Ajax.NET Professional [1]. Some don't want to use other controls, they are searching for the best (or right) way to develop such controls. I have added some examples already to my web site at http://www.schwarz-interactive.de/ [2]. Because AJAX controls and web sites have to be developed different to current web applications I will create some more examples.
Posted by Michael Schwarz on Saturday, November 5, 2005
I created the VB.NET examples and put the new files online. You can download the latest Ajax.NET Professional library 5.11.4.2 at http://www.schwarz-interactive.de/ [1]. I added the different control examples, too.
Posted by Michael Schwarz on Friday, November 4, 2005
I have created an simple AjaxButton that will only call a method on the server-side code. There are no values sent to the server or back to the client. A new AjaxButton could serialize the form and send the data to the AjaxMethod.
Posted by Michael Schwarz on Friday, November 4, 2005
I put a new example online that will show the use of WebControls and ASCX files: Examples/Special/controls.aspx [1]
Posted by Michael Schwarz on Thursday, November 3, 2005
Update: I get one request for the favicon.ico on every XMLHttpRequest request, that is strange, too.
Posted by Michael Schwarz on Wednesday, November 2, 2005
The next chat will be on Thursday, 3 November at 20:00 UTC. I will use the same AJAX chat at http://treehouse.ofb.net/chat/ ?lang=en [1]. If you have problems calculating the correct time to your time zone use this link timeanddate.com [2].
Posted by Michael Schwarz on Wednesday, November 2, 2005
I looked around for the problem when you want to inherit from a JavaScript "class" with overriding a method, but I didn't find any solution. Today I tried this, which is working, but not very nice coding:
Posted by Michael Schwarz on Wednesday, November 2, 2005
I put the new examples for the Microsoft .NET Framework 1.1 and 2.0 online:
Posted by Michael Schwarz on Wednesday, November 2, 2005