“Only one instance of a Script Manager can be added to the page. ” Such Error occurs when I use Script Manager in my vb.net 2005 application. What should I Do?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe you’re using a Master page and you have a ScriptManager placed there while you’re adding a new one in a page using the master page.
Whatever reason, the error is caused by the existence of two or more script managers on the page.
It shouldn’t be hard to fix. Just check carefully where you have the second script manager that is causing the problem.