Skip to content

Instantly share code, notes, and snippets.

@karthikeyanVK
Created December 25, 2018 16:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<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