Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Assemblies and Imported Namespaces


Message #1 by Scott Watermasysk <swatermasysk@C...> on Mon, 30 Apr 2001 12:32:40 -0400
I am confused about when you have to declare an assembly or simply to import

(or Using) a namespace? 

I copied the following out of a sample application: 

<%@ Assembly name="System.Net.dll" %> 

<%@ Import Namespace="System.IO" %> 

<%@ Import Namespace="System.Data" %> 

<%@ Import Namespace="System.Net" %> 

Thanks, 

Scott




  Return to Index