C
Curt
I imported the namespace System.Data.Oledb into my global.aspx file to
create a global database object there. When I went into one of my web
forms and tried to create an oledb command object, intellisense didn't
pick it up. I had to import the same namespace at the top of that
form's code. This seems odd to me. Do I have to import all the
appropriate namespaces for each form? Is there way to import a
namespace so that it applies globally to all web forms in a project?
create a global database object there. When I went into one of my web
forms and tried to create an oledb command object, intellisense didn't
pick it up. I had to import the same namespace at the top of that
form's code. This seems odd to me. Do I have to import all the
appropriate namespaces for each form? Is there way to import a
namespace so that it applies globally to all web forms in a project?