Skip to content

Instantly share code, notes, and snippets.

@karthikeyanVK
Created December 25, 2018 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karthikeyanVK/427ca5fed43bf5197ee027ef91320b64 to your computer and use it in GitHub Desktop.
Save karthikeyanVK/427ca5fed43bf5197ee027ef91320b64 to your computer and use it in GitHub Desktop.
<div style="margin-bottom: 10px">
<asp:Label runat="server" AssociatedControlID="UserName">User name</asp:Label>
<div>
<asp:DropDownList ID="ddlRoles" runat="server">
<asp:ListItem Text="Administrator" Value="admin"></asp:ListItem>
<asp:ListItem Text="ProductOwner" Value="productowner"></asp:ListItem>
<asp:ListItem Text="Employee" Value="employee"></asp:ListItem>
</asp:DropDownList>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment