Hi,
I am developing multiple sharepoint web parts by loading web usercontrols on it.
my problem when i add two web parts i am getting the following error
Server Error in '/' Application.
Exception Details: System.InvalidOperationException: Only one instance of a ScriptManager can be added to the page.
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
What to do?
Can anybody help me
I am developing multiple sharepoint web parts by loading web usercontrols on it.
my problem when i add two web parts i am getting the following error
Server Error in '/' Application.
Only one instance of a ScriptManager can be added to the page.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.InvalidOperationException: Only one instance of a ScriptManager can be added to the page.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
What to do?
Can anybody help me