S
shapper
Hello,
I created a web user control, named Navigation, in my web site and
added it to a page using LoadControl:
Protected WithEvents ucNavigation As Navigation =
LoadControl("Navigation.ascx")
I defined it "As Navigation" because I need to access the properties
inside this control.
However Navigation is not recognized.
How can I solve this?
Thanks,
Miguel
I created a web user control, named Navigation, in my web site and
added it to a page using LoadControl:
Protected WithEvents ucNavigation As Navigation =
LoadControl("Navigation.ascx")
I defined it "As Navigation" because I need to access the properties
inside this control.
However Navigation is not recognized.
How can I solve this?
Thanks,
Miguel