| | |
simple ASP.Net Loginpage with SQL server
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2008
Posts: 5
Reputation:
Solved Threads: 0
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>
This link is step by step login creation....
http://www.asp.net/learn/security/?lang=cs
Thanks,
<email snipped>
Last edited by peter_budo; Apr 26th, 2008 at 3:44 pm. Reason: Email snipped
•
•
Join Date: May 2008
Posts: 4
Reputation:
Solved Threads: 1
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
then come to asp page
in page load 1. initialize the connection using the code
sqlconnection con=new sqlconnection(); 2.open the connection con.open() 3. sqlcommand cmd=new sqlcommand("select *from tablename",con); 4. sqldatareader dr=cmd.executereader() 5. while(dr.read()) 6. ASP Syntax (Toggle Plain Text)
if ((TxtUsername.Text) ==re.GetString(0) && (TxtPassword.Text) == re.GetString(1)) { Response.Redirect("default.aspx"); } else { Response.write("invalid"); }
Last edited by peter_budo; May 11th, 2008 at 6:24 am. Reason: Keep It Organized - please use [code] tags
![]() |
Similar Threads
- Simple ASP.Net Login Page using C# (C#)
- Updated : Simple ASP.Net Login Page (ASP.NET)
- Need Freelance ASP.NET, MS SQL, C#, VB.NET Developer (Web Development Job Offers)
- Senior C#.Net Developer - Oxfordshire - ASP. Net, VB / Net - SQL Server (Web Development Job Offers)
- Simple ASP.Net Login Page (Using VB.Net) (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: loading into dataset
- Next Thread: adding childnodes
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 ajax appliances application asp asp.net beginner box browser businesslogiclayer button c# cac checkbox child class compatible content contenttype control countryselector courier database datagrid datagridview datalist deployment development dgv dialog dropdown dropdownmenu dynamic dynamically edit embeddingactivexcontrol feedback fileuploader fill findcontrol flash flv folder form gridview gudi iis image javascript list maps menu mobile mssql nameisnotdeclared news novell opera order parent problem radio ratings redirect refer registration relationaldatabases reportemail richtextbox search security select serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview typeof validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming wizard xsl





