Ajax help is needed
-
Hi all, i have to use ajax in my web application but i havent experience before using of Ajax can any body suggest me where i have to start and what are the steps of using ajax in web application. thanks in advance Best Regards Rameez
-
Hi all, i have to use ajax in my web application but i havent experience before using of Ajax can any body suggest me where i have to start and what are the steps of using ajax in web application. thanks in advance Best Regards Rameez
rameez Raja wrote:
can any body suggest me where i have to start
Have you found any good article? If I recall, there are some around here.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
Hi all, i have to use ajax in my web application but i havent experience before using of Ajax can any body suggest me where i have to start and what are the steps of using ajax in web application. thanks in advance Best Regards Rameez
-
Hi all, i have to use ajax in my web application but i havent experience before using of Ajax can any body suggest me where i have to start and what are the steps of using ajax in web application. thanks in advance Best Regards Rameez
Hi Rameez You can do it by installing a Asp.net Ajax toolkit which is available from microsoft website which is free to download and install if you are using asp.net 2.0 or visual studio 2005 after installing this small utility you will see a new option comes when you select a new web site from a file menu and there you can select AJAX ENABLED WEBSITE. you will also see some new tools in your toolbox like update panel and script manager just using this two things you can build your website ajax enabled Happy Coding :)
-
Hi all, i have to use ajax in my web application but i havent experience before using of Ajax can any body suggest me where i have to start and what are the steps of using ajax in web application. thanks in advance Best Regards Rameez
you can also use Javascript XMLHttpRequest Object to access AJAX directly... use W3School's AJAX Tutorial for your start... http://www.w3schools.com/Ajax/Default.Asp[^] Its good way to understand what AJAX exactly is... .and how can one use AJAX to avoid unnecessary postbacks...
Abhishek Sur
-
Hi all, i have to use ajax in my web application but i havent experience before using of Ajax can any body suggest me where i have to start and what are the steps of using ajax in web application. thanks in advance Best Regards Rameez
Hi, Sice every one had given the explaination of installing and guide lines..I thought to give you a link that would basically give you a thorow idea of how to use AJAX Controls. Here is the demo for live control tool kit.In this they have list all the controls demostrating how it appears and the code you need to use.. http://www.asp.net/ajax/ajaxcontroltoolkit/samples/ Hope it helps, Thx, Gayani
-
Abhijit Jana wrote:
One of the Best Link Ajax[^]
No that's not the best link. It's not AJAX, it is talking about AJAX toolkit developed by Microsoft for ASP.NET applications. AJAX is just javascript and this[^] is a good beginer level tutorial which talks about AJAX. Don't know why people are thinking AJAX is developed by Microsoft :confused:
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions