Return the HTML code from ASPdb.Net.
Dim ret as string = GD.Get_ASPDBNET(string dbUnit)
dbInvisible=True must be set in order for the resulting HTML code to be saved for Get_ASPDBNET.
Create a Table Control (table1) and with 3 panes - top, left and right. Map Get_ASPDBNET into a table cell.
<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=1| D=NWIND| Q=Orders| GDF=0,1,2,3| S=2| iv=t" z.ASPdbNET() Table1.Rows(1).Cells(1).Text = GD.Get_ASPDBNET(1) End Sub </script>
GetData Class | Tornado Namespace | Get_Title | dbInvisible | Special Topic - Using Tornado with VS.Net