Subversion-Projekte lars-tiefland.prado

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<html>
<com:THead Title="Northwind Database" />
<body>
<h1>Northwind Database</h1>
<com:TForm>
        <com:TDropDownList ID="class_list" AutoPostBack="true" SelectedIndex="0"/>
        <com:TScaffoldView ID="scaffold1" RecordClass="<%= $this->class_list->selectedItem->Text %>" />
</com:TForm>
</body>
</html>