Return the Title HTML code from ASPdb.Net as defined in TextHolder.
dbInvisible=True must be set in order for the resulting HTML code to be saved for Get_Title.
Create a Table Control (table1) and with 3 panes - top, left and right. Map Get_Title into a table cell(0,0).
<script language="VB" runat="server"> Sub Page_Load(Src As Object, E As EventArgs) Dim z As New Tornado.z Dim GD As New Tornado.GetData z.dbQP = "U=88| D=NWIND| Q=Orders| GDF=0,1,2,3| S=2| iv=t" z.ASPdbNET() Table1.Rows(0).Cells(0).Text = GD.Get_Title(88) Table1.Rows(1).Cells(1).Text = GD.Get_ASPDBNET(88) End Sub </script>
GetData Class | Tornado Namespace | Get_ASPDBNET | dbInvisible | Special Topic - Using Tornado with VS.Net