A
Adam J Knight
Hi all.
I have created an assembly that contains a helper class (myTestClass)
I have created a reference to this Assembly in vs2003. and included a 'using
MyNameSpace;' entry in my code behind.
Problem: I can't seem to access the static methods of this class:
I am trying to use these methods like so:
<aspropDowList ID="Test" DataSource="<%# myTestClass.HelperMethod() %>"
Runat="server"/>
Error: The name 'myTestClass' does not exist in the current context
What am i missing???
Cheers,
Adam
I have created an assembly that contains a helper class (myTestClass)
I have created a reference to this Assembly in vs2003. and included a 'using
MyNameSpace;' entry in my code behind.
Problem: I can't seem to access the static methods of this class:
I am trying to use these methods like so:
<aspropDowList ID="Test" DataSource="<%# myTestClass.HelperMethod() %>"
Runat="server"/>
Error: The name 'myTestClass' does not exist in the current context
What am i missing???
Cheers,
Adam