I have a page with a RadScriptManager & RadStyleSheetManager and a few RadGrids (no ajax manager) when I set
In the web.config when I run my page I encounter this error
Value cannot be null or empty.
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.ArgumentException: Value cannot be null or empty.
Parameter name: elementID
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
I don't even have a radajaxmanager on the page. This error is very confusing.
If I change the clientID mode back to either AutoID for the 3.5 and earlier standard or predictable this error goes away. I'd like to use static naming though.
<pages clientIDMode="Static"> |
In the web.config when I run my page I encounter this error
Value cannot be null or empty.
Parameter name:
elementID
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.ArgumentException: Value cannot be null or empty.
Parameter name: elementID
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:
[ArgumentException: Value cannot be null or empty. |
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
I don't even have a radajaxmanager on the page. This error is very confusing.
If I change the clientID mode back to either AutoID for the 3.5 and earlier standard or predictable this error goes away. I'd like to use static naming though.