WebControls/ASCX and Ajax.NET Professional
I put a new example online that will show the use of WebControls and ASCX files: Examples/Special/controls.aspx
There is also a keypress demo at Examples/Special/keypress.aspx and onLoading example at Examples/Special/onloading.aspx.
The latest version of the Ajax.NET Professional library is 5.11.4.1 5.3.11.5, download it free at http://www.schwarz-interactive.de including the demo application in .NET 1.1 and 2.0. The VB.NET version is coming next days.
5 Comments
Comments have been disabled for this content.
t800t8 said
I download version 5.11.3.1 yesterday. It seems that your version goes back :-D
Steve said
Thanks Michael, your samples are appreciated
roni said
wow cool, did you do it synchronously or asynchronously?
Michael Schwarz said
You can decide on the client which way you want to use, like the default Ajax.NET Professional usage.
rap said
I can't get the onLoading example to work. I've substituted the fully qualified name to my own class, but the event i never called. Is the onLoading event raised from your framework? because it doesn't seem that you call it explicit anywhere?!