namespaces

  • Thread starter Thread starter Bert
  • Start date Start date
B

Bert

Hi

How can i refer to a namespace (imports statement) or class from a custom
user control (ascx) when i am not using codebehind in my usercontrol?

thanks
B
 
ok this is about code behind stuff. Do you know how to do it when you are
not using code behind?
 
Hi,
ok this is about code behind stuff. Do you know how to do it when you are
not using code behind?

No, the @Import directive is not in the code-behind, it's in the ASPX or
ASCX file.

Greetings,
Laurent
 
Back
Top