DotNetStories
In this post I would like to demonstrate with a hands on example, how to ajaxify an existing website/application. This post will not cover the basics of Ajax. If you want to find out what Ajax is (and what the main Ajax controls are) have a look at this post of mine.
This is going to be my first post on
Ajax (Asynchronous Javascript and XML) and Ajax
controls. Ajax is my favourite technology and I use it a
lot when I build ASP.Net applications.
In this post I will continue my series of posts on caching.
You can have a look at this post , this post , this post and this one.My last post was on Application state management and you can read it here.
I have explained some of the state mechanisms that we have in our disposal for preserving state in ASP.Net applications in various posts in this blog.
This is the fourth post in a series of posts regarding ASP.Net built in membership functionality,providers,controls. You can read the first one here .You can read the second post here . You can read the third post here.
This is the third post in a series of posts regarding ASP.Net built in membership functionality,providers,controls. You can read the first one post one here .