login page with other facilities
5 pts.
0
Q:
login page with other facilities
how to facilitate login page with forgot password & remember me..in asp.net with c#
ASKED: Sep 10 2009  7:27 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
23535 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
ASP.NET has built in authentication, password reset, and remember me functions.

Use <asp:Login runat="server"></asp:Login>

The Visual Web Developer Express editor has all of the functions in the drag and drop toolbox.
Last Answered: Sep 10 2009  7:42 PM GMT by Mshen   23535 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0