| Tornado API Library - V12.30.08 |
|
z.dbNoHead Property
Suppress the <HEAD> block code to be emitted.
Product Version
All
[Visual Basic]
Public Property dbNoHead As
Boolean
[C#]
public
bool dbNoHead {set;}
Property Value
Mydb.dbNoHead= True|False(Def)
QuickProp Keyword Abbreviation
Remarks
Use this property in modules afte the first one.
For stylesheet suppression - use dbSkin="css=false"
Example
Mydb.dbNoHead= True;
See Also
z Class | Tornado Namespace | dbInvisible | dbSendHead | ASPdbHead | Special Topic - Multiple Modules