Hi! I'm having a problem with a User Control that I want to implement in my project.
All the variables and classes are declared as Public.
My User Control has a procedure that calls the variables that are declared in the main page and calls a sub on the main page at the end of its cycle.
However on the User Control, the variables and procedure that are in the main page show up as 'Variable 'xyz' Not Declared'.......