The number name 'System.Web.UI.WebControls' contains more than the maximum number of prefixes. The m

  • Thread starter Thread starter mayur
  • Start date Start date
M

mayur

Hi,
Can anyone help me with the following error I am getting in my asp.net
application.
The number name 'System.Web.UI.WebControls' contains more than the maximum
number of prefixes. The maximum is 3.

any help appreciated

-- Mayur
 
mayur said:
Hi,
Can anyone help me with the following error I am getting in my asp.net
application.
The number name 'System.Web.UI.WebControls' contains more than the maximum
number of prefixes. The maximum is 3.

any help appreciated

Please post the exact text of the error message. At the very least, I think
you have spelled "member" as "number".
 
Hi,

probebly it's error in your code. check error Stack Trace for line in
your code behind code that generate that error. BTW - this error is
usually part of page compilation process.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)52-8888377


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top