Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am first in Ajax.
I installed ASPAJAXExtSetup.msi.

I need to placed drop down list Dr1,Dr2.Items are add into Dr2 when changed selected index changed.I set as autopost back.Then working.But page is loading .
And also placed a calender extender but when press calender extender then happening page loading only. I add reference ajax .dll files from a bin of a another project which used ajax facility.

What is the reason ,is any changing required in weconfig file
Posted
Comments
saini arun 1-Feb-11 5:20am    
Using script-manager & surrounding you controls with update-panel on the page?

1 solution

Yes.

You need to have AJAX-enabled website. Web.Config needs a change accordingly.
Easiest would be to create a new AJAX-Enabled website and then copy-paste the web.config from that to your current one.

Make sure, you put Scriptmanager and Updatepanel on your page. (with dropdowns inside updatepanel)

Here[^], lots of blogs/articles describing converting normal ASP.NET to AJAX based:
Walkthrough: Creating an Ajax-Enabled Web Site[^]
Converting from ASP.net to Ajax enabled web site[^]
 
Share this answer
 

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