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"> ...
Thursday, 26 April 2012
Reset password In ASPNET membership VB
15:25
No comments
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
09:01
No comments
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...
Subscribe to:
Posts (Atom)