Does your web.config have all the proper settinngs in it? Create a new AJAX site using the AJAX template ("AJAX Enabled Web Application" in Visual Studio) and compare the settings in the web.config it creates to your won. Also make sure you don't have<xhtmlConformance mode="Legacy"/> in your web.config.
Hi and thank you for your response. Unfortunately this is not solving my problem.
I already created a new "Ajax Enabled WebApplication" and compared both web.configs. They were almost the same and I changed everything that was different, but it didn't help...
Any other idea?
Do you mean that the page is still refreshing in your web browser, instead of only rendering the portion in the UpdatePanel?
Hi,SanDee
To troubleshoot your issue, I really need more source code to reproduce the problem, so that we can investigate the issue in house. It is not necessary that you send out the complete source of your project. We just need a simplest sample to reproduce the problem. You can remove any confidential information or business logic from it. Then I will give you a demo.
Thank you.
Are you using Master Page concept in your code...If yes , check SciptManager is present on Master page
I tried your code [ without master page ] it's working well
I didn't undestand how you are getting complte postback..
 
No comments:
Post a Comment