ASP.NET Form Authenticaion -
i have created asp.net project , connect database. after added login , register control. like:
<asp:login id="login1" runat="server" destinationpageurl="~/users/useraccount.aspx"> </asp:login> actually works! registration , login operation. how? code, sql statement? don't see related that. please explain me how works? , how modify registration control if need information.
thanks!
those built in controls part of framework. take @ link if wanting make more of custom registration process.
http://msdn.microsoft.com/en-us/library/aa478962.aspx
it may understand whats going on.
Comments
Post a Comment