A
Arjen
Hi,
I have this inside a webusercontrol:
private string MenuItem = new string[2];
Inside the .ascx file I do this:
<%= MenuItem(0) %>
And I get this error:
....is inaccessible due to its protection level
I have changed private to public and even removed it... I always get the
same error.
Can somebody help me?
Thanks!
I have this inside a webusercontrol:
private string MenuItem = new string[2];
Inside the .ascx file I do this:
<%= MenuItem(0) %>
And I get this error:
....is inaccessible due to its protection level
I have changed private to public and even removed it... I always get the
same error.
Can somebody help me?
Thanks!