hi
i am working on my website.(when i created website,i don't select Ajax Enabled Template and it is a default asp.net website)
and i want add ajax feature to my website by drag ScriptManager and UpdatePanel from toolbox.but when i run my website,error shown in IE statusBar.
how to solve my problem ?
should i create new website as Ajax enabled template ?
thanks
Hello,
Make sure you install Ajax on your system, and you need to modify your web.config file.
The best way to modify the config file is, create new ajax project, which will built a web.config file for you.
You then compare your old web.config file with the ajax website web.config file. If you haven't added any information to your old web.config file, I would just copy the ajax web.config file to your current (web) project. And if you already added information into your web.config file, then just copy whatever you don't have from the ajax web.config file to yours.
I hope you understand what I'm talking about =)
WS
No comments:
Post a Comment