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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -