| Current Path : G:/PleskVhosts/mpcdp.in/cmamp.mpcdp.in/cdpp2/ |
Windows NT SG2NWVPWEB022 10.0 build 17763 (Windows Server 2016) i586 |
| Current File : G:/PleskVhosts/mpcdp.in/cmamp.mpcdp.in/cdpp2/role.aspx |
<%@ page language="VB" masterpagefile="~/MasterPage.master" autoeventwireup="false" inherits="role, App_Web_ptpliqvi" title="Add Role" %>
<asp:Content ID="Content1" ContentPlaceHolderID="CPCDP" Runat="Server">
<table style="width: 675px; height: 74px">
<tr>
<td style="width: 121px">
User Id</td>
<td style="width: 408px">
<asp:DropDownList ID="DDuserid" runat="server" Width="391px" AutoPostBack="True">
</asp:DropDownList></td>
<td>
New Password</td>
</tr>
<tr>
<td style="width: 121px">
Passward</td>
<td style="width: 408px"><asp:DropDownList ID="DDPassword" runat="server" Width="391px" AutoPostBack="True">
</asp:DropDownList></td>
<td>
<asp:TextBox ID="TxtPassword" runat="server" Width="124px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 121px; height: 17px">
Status</td>
<td style="width: 408px; height: 17px">
<asp:DropDownList ID="DDStatus" runat="server" Width="391px" AutoPostBack="True">
<asp:ListItem Selected="True" Value="0">User Role</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
</asp:DropDownList></td>
<td style="height: 17px">
</td>
</tr>
<tr>
<td style="width: 121px">
<asp:Button ID="BtnRole" runat="server" Text="Save Role" /></td>
<td style="width: 408px">
</td>
<td>
</td>
</tr>
</table>
</asp:Content>