![]() |
| ||
| simple ASP.Net Loginpage with SQL server Hi All, I am new to .Net. can anyone please tell me how to create loginpage in detail with steps and code. Thanks, Swapna |
| ||
| Re: simple ASP.Net Loginpage with SQL server Try this article: http://msdn2.microsoft.com/en-us/library/ms178331.aspx |
| ||
| Re: simple ASP.Net Loginpage with SQL server Hi..Please try to following link... This link is step by step login creation.... http://www.asp.net/learn/security/?lang=cs Thanks, <email snipped> |
| ||
| Re: simple ASP.Net Loginpage with SQL server u hould create table eiyh two columns and enter username and password in table using insert command. then come to asp page in page load 1. initialize the connection using the code sqlconnection con=new sqlconnection(); con.open() sqlcommand cmd=new sqlcommand("select *from tablename",con); sqldatareader dr=cmd.executereader() while(dr.read()) |
| All times are GMT -4. The time now is 3:50 am. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC