Hi There,
How can i implement asp.net ajax in my asp.net 2.0 project. If i start a new project it would be easy to start this one, but i want to use in my existing project.
Thanks
There are plenty of guides on how to do this. The easiest way is to create a new temporary AJAX Enabled website, copy the missing elements out of the web.config file into your existing one and then place a ScriptManager component onto your page, before any of the components.
Hope this helps.
No comments:
Post a Comment