L Larry Jun 18, 2004 #2 What exactly do you mean? Do you just need to know: using System; using System.Text; .... or am I misunderstanding you?
What exactly do you mean? Do you just need to know: using System; using System.Text; .... or am I misunderstanding you?
H Hans Kesting Jun 18, 2004 #3 DaveF said: How do you do this? Click to expand... On the *project* level you need to reference the dll containing that namespace. In codebehind you can either use the full classname, or add a "using" clause so you can use just the classnames. Hans Kesting
DaveF said: How do you do this? Click to expand... On the *project* level you need to reference the dll containing that namespace. In codebehind you can either use the full classname, or add a "using" clause so you can use just the classnames. Hans Kesting