Can i create the ajax later on?

xiao_ichi

Member
Joined
Mar 4, 2008
Messages
11
Programming Experience
1-3
Hello folk,
I don't have idea about where i should start ajax from. i just do my web application then add the ajax feature later on.Is it possible to do that? And can anyone tell me what an Ajax can do in addition to enabling you to have not-blinkin page when you do post back? thx alot.
 
Yes, you can add Ajax later on. If you go to www.asp.net, there is a tutorial that shows you how to do this. Although it is easier to create an Ajax application from the start. The bigger the application becomes the more work you have to do.

The "not-blinkin" is a result of Ajax but Ajax gives you a lot of controls to help with your programming. Go to www.asp.net and look at the tutorials.
 
Back
Top