Ask a Question related to ASP.NET General, Design and Development.
-
Ante Perkovic #1
Re: 3 questions on Import statement
[email]anteperkovic@vip.hr[/email] (Ante Perkovic) wrote in message news:<f7ead98e.0306111031.1db5dc72@posting.google. com>...
I just found this in "ASP.NET Web Developer's Guide" (ch. 2, FAQ):> 3. Are classes from System (I mean only System, not with all
> subnamespaces) namespace allways available, without using "Imports
> System" statement?
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)
Ante Perkovic Guest
-
Use of FOR statement
I am reading through a book on Objects and References and I don't understand this statement: $sum += $_ for split //; I thought a FOR... -
[PHP] SQL statement
Tried that, it failed. I recieve undefined index timestamp. when executing. ----- Original Message ----- From: "Ney André de Mello Zunino"... -
2 questions :) - portal questions
Say the portal displays a relationship that uses the Box_ID field as the match field on both sides. In the child file (items in the box), add two... -
Can i say OR in an if/then statement
I am trying to say if (condition) is true OR (condition) is true THEN Can I use OR or do ihave to break it down into an elseif statement? I... -
IIF statement
Assuming the data is being entered via a form, then use the AfterUpdate event of the control that is bound to the signature field. The code you need...



Reply With Quote

