Thursday, 26 April 2012

Manage User Role in aspnet membership

Manage User Role in aspnet membership ManageUserRole.aspx  <h3>        Role Membership</h3>    <asp:Label ID="Msg" ForeColor="maroon" runat="server" /><br />    <table cellpadding="3" border="0">        <tr>            <td valign="top">               ...

Reset password In ASPNET membership VB

Reset password In ASPNET membership VB ResetPassword.aspx  <h3> Retrieve Password</h3>     <p><asp:Label ID="Msg" runat="server" ForeColor="maroon" /><br />     </p> Username:     <asp:TextBox ID="UsernameTextBox" Columns="30" runat="server" AutoPostBack="True" />     <asp:RequiredFieldValidator ID="UsernameRequiredValidator" runat="server"...

Friday, 6 April 2012

Using a Custom Action to Create a Database at Installation

Note: 1. This walkthrough requires SQL Server on the computer where you will deploy the application. 2.The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. 3.The following instructions demonstrate creating a deployment project using a Visual Basic project; the general principles apply to all Visual Studio language projects that support deploying Windows-based applications. To create an...