AJAX
-
Well, the obvious way is to write the code. Do you have a specific use for AJAX, or did you just read about it in a trade journal and decide to use it ? There are two ways to do this. 1 - download and install the ASP.NET AJAX library, and use controls from it. This is easy, but it won't teach you anything about AJAX 2 - buy a book and learn how to write AJAX code, and then write the code as needed. This is slower, but you have more control and will actually learn about AJAX along the way
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Well, the obvious way is to write the code. Do you have a specific use for AJAX, or did you just read about it in a trade journal and decide to use it ? There are two ways to do this. 1 - download and install the ASP.NET AJAX library, and use controls from it. This is easy, but it won't teach you anything about AJAX 2 - buy a book and learn how to write AJAX code, and then write the code as needed. This is slower, but you have more control and will actually learn about AJAX along the way
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi friend!! please can you guide me how to use AJAX controls in my existing application. i have installed AJAX Library.
I recommend reading the tutorials that came with it. It's way too broad a topic for me to cover in a forum reply, there are entire books written on that library
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )