•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 330,218 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,936 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 893 | Replies: 3
![]() |
•
•
Join Date: Jan 2007
Location: Japan
Posts: 70
Reputation:
Rep Power: 2
Solved Threads: 4
Try this article:
http://msdn2.microsoft.com/en-us/library/ms178331.aspx
http://msdn2.microsoft.com/en-us/library/ms178331.aspx
sedgey: so little daylight, too much caffeine
MCSD MCAD MCSE
http://www.thefriendlybuilder.co.uk,
http://www.sheetmusicdirect.com
MCSD MCAD MCSE
http://www.thefriendlybuilder.co.uk,
http://www.sheetmusicdirect.com
•
•
Join Date: Apr 2008
Location: Chennai
Posts: 5
Reputation:
Rep Power: 0
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 : 17 Days Ago at 2:44 pm. Reason: Email snipped
•
•
Join Date: May 2008
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
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 : 2 Days Ago at 5:24 am. Reason: Keep It Organized - please use [code] tags
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
DaniWeb Marketplace (Sponsored Links)
•
•
•
•
.net .net framework 3.0 access ad ajax asp backup beta business centro code combo crash custom daniweb data database dell development dom doubleclick dropdownlist feed google hacker linux longhorn microsoft module msdn net news novell reader reuse security server skin software sql survey suse theme weather web windows windows server windows workflow xml xoap
- Need Freelance ASP.NET, MS SQL, C#, VB.NET Developer (Web Development Job Offers)
- Updated : Simple ASP.Net Login Page (ASP.NET)
- Simple ASP.Net Login Page using C# (C#)
- 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


Linear Mode