Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me


I have finished with the back-end of my asp.net website

now i want to make the front-end of my site .... please help me

Where can i learn AJAX FOR THIS ....

Any help will be appreciated .



Thanks in advance .

Rajkumar
Posted

Hi,
Besides SAKryukov solution I would also point to w3schools here[^]. Its one of the main starting point of web programming as it covers a lot of useful topics, standards, approaches, etc.
Kind regards
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 16-Oct-11 15:05pm    
Agree, a 5.
--SA
RaviRanjanKr 16-Oct-11 17:40pm    
My 5+
First of all, it might be your mistake to develop back-end separately from front-end, as it's easy to make many mistakes in developing of the back-end if the development is not validated and tested on a regular basis using some more or less realistic front-end. However, maybe I did not understand you; and you did enough front-end prototypes. At least, it sounds a bit weird that you planned using AJAX but did not try it before your back-end is finished.

Now, how to learn? Fist steps would be using Google an Wikipedia:
http://en.wikipedia.org/wiki/AJAX[^],
http://en.lmgtfy.com/?q=AJAX+(manual+OR+tutorial)[^].

First thing found on Google is already promising: http://www.learn-ajax-tutorial.com/[^].

First tutorial of the tutorial kind references by the Wikipedia also looks competitive, because the tutorial is very short and would help fast start-up: http://www.xul.fr/en-xml-ajax.html[^].

Don't you think that this method of "asking" is more effective than asking just CodeProject?

—SA
 
Share this answer
 
Comments
RaviRanjanKr 16-Oct-11 17:40pm    
My 5+
Sergey Alexandrovich Kryukov 16-Oct-11 20:22pm    
Thank you, Ravi.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900