| Author: Antony s Nasarath 09 Oct 2008 | Member Level: Silver | Rating: Points: 5 |
Hi,
If you are using .net 1.1 and 2.0 you have to install Ajax Extention and when creating web site, you have to select Ajax enabled webpage option and with .net 3.0/3.5 Ajax is integrated with it.
More information you can find at www.asp.net/ajax.
Each ajax enable page need one instance of Ajax ScriptManager which enables ajax feature for the page and after that you can use ajax features on the page.
Regards,
|
| Author: Ashutosh Kumar 09 Oct 2008 | Member Level: Gold | Rating: Points: 4 |
Hi,
If you are using .net 1.1 and 2.0 you have to install Ajax Extention and when creating web site, you have to select Ajax enabled webpage option and with .net 3.0/3.5 Ajax is integrated with it.
Each ajax enable page need one instance of Ajax ScriptManager which enables ajax feature for the page and after that you can use ajax features on the page.
|
| Author: Vivek 09 Oct 2008 | Member Level: Gold | Rating: Points: 4 |
You need to install Ajax Extension if you are using .NET framework 2.0 but you don't need to create a seperate project for Ajax,
In case of .NET framework 3.5, Ajax Extension is integrated but you need to add scriptmanager in every page whereever you are going to use ajax controls.....
|