<%@ Control Language="VB" AutoEventWireup="false" CodeFile="Control2.ascx.vb" Inherits="DesktopModules_MultiViewSample_DynamicControls_Control2" %>
<table border="2" width="90%">
<tr>
<td>
<table>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 100px">
Name</td>
<td style="width: 100px">
<asp:TextBox ID="Name_Field" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 24px">
Module</td>
<td style="width: 100px; height: 24px">
<asp:DropDownList ID="Module_field" runat="server" DataTextField="FriendlyName" DataValueField="FriendlyName">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 100px">
Comments</td>
<td style="width: 100px">
<asp:TextBox ID="Comments_Field" runat="server" Rows="2" TextMode="MultiLine"></asp:TextBox></td>
</tr>
</table>
</td>
</tr>
</table>