Directory of Non-Css type images.

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public string dbImageDir { get; set; }
Visual Basic (Declaration)
Public Property dbImageDir As String

Field Value

Obj.dbImageDir = "Virtual Path"

Examples

This example do no use the Skin setup and use th ebuttons in the /tornado/images-net image directory
CopyVB.NET
<script language="VB" runat="server">
Sub Page_Load(Src As Object, E As EventArgs)
Dim im As New Tornado.z
  im.dbQP = "U=1|S=none|D=NWIND|Q=Employees|gdf=0,1,2|id=/tornado/images-net/"
  im.ASPdbNET()
End Sub
</script>

See Also