/ Published in: ASP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<%@ Register TagPrefix="wssuc" TagName="InputFormSection" src="~/_controltemplates/InputFormSection.ascx" %> <%@ Register TagPrefix="wssuc" TagName="InputFormControl" src="~/_controltemplates/InputFormControl.ascx" %> <%@ Register TagPrefix="wssuc" TagName="ButtonSection" src="~/_controltemplates/ButtonSection.ascx" %> <table border="0" width="100%" cellspacing="0" cellpadding="0" class="ms-descriptiontext"> <wssuc:InputFormSection runat="server" id="UniqueID" Title="Left Side Title" Description="Displays below Title"> <Template_InputFormControls> <wssuc:InputFormControl LabelText="Name:" runat="server"> <Template_Control> <table class="ms-authoringcontrols" width="100%"> <tr> <td nowrap width="50%"> <asp:DropDownList ID="ControlID" runat="server" /> </td> </tr> </table> </Template_Control> </wssuc:InputFormControl> </Template_InputFormControls> </wssuc:InputFormSection> </table>