Browse by Tags

All Tags » ajax (RSS)
Do JavaScript after window.close()
I needed to do some routines when a user has closed the window. I do not want those routines to trigger when refreshing the page or unloading the document; I just need them to happen when the browser window is closed. This is the usual proposed solution...

Posted by Alexis' Blog

Compiler Error CS0030 with Ajax
When using Ajax Pro, you have to add the runat="server" tag on the form to be used. In other words, you have to have at least one server-side form in the class whose type is to be registered as an Ajax class. Otherwise, you'll end up with...

Posted by Alexis' Blog

Filed under: , ,

Re: Ajax Lecture at the Mapua
A student/colleague during the recent Ajax Lecture at Mapua brought up Anthem.NET . It is an Ajax "framework" for .Net web applications. Since it's the first time I heard about it, I took some time learning it and how it works. From what...

Posted by Alexis' Blog

Filed under: , ,

Ajax Lecture at the Mapua
Yesterday I presented Asynchronous JavaScript and XML (Ajax) to a bunch of MSCS graduate students at the Mapua Institute of Technology. I needed to adjust my lecture to a level where most students (even those without or with minimal webapps experience...

Posted by Alexis' Blog

Filed under: ,