Browse by Tags
All Tags »
ajax (
RSS)
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...
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...
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...
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...