[email]anteperkovic@vip.hr[/email] (Ante Perkovic) wrote in message news:<f7ead98e.0306111031.1db5dc72@posting.google. com>...
> 3. Are classes from System (I mean only System, not with all
> subnamespaces) namespace allways available, without using "Imports
> System" statement?
I just found this in "ASP.NET Web Developer's Guide" (ch. 2, FAQ):

Q: What namespaces are automatically imported into ASP.NET pages?
A:
System,
System.Collections,
System.IO,
System.Web,
System.Web.UI,
System.Web.UI.HtmlControls and
System.Web.UI.WebControls
are all imported implicitely by ASP.NET; You don't need to
makeexplicit reference to these.

Ante Perkovic(albirejo_minus_j@vip.hr)