Forum: ASP.NET Nov 25th, 2005 |
| Replies: 2 Views: 17,726 The scenario:
At Login.aspx, user will enter username and password to login, this works perfectly, authenticating against database in SQL Server.
Here's the code:
Login.aspx
<%@ Page... |
Forum: ASP.NET Nov 22nd, 2005 |
| Replies: 152 Views: 188,576 Hi, when login successfully, how do I get the data from SQL Server based on the user's identity? (eg. User.Identity.Name or username) I need help in getting the user's data from SQL Server and... |
Forum: ASP.NET Nov 21st, 2005 |
| Replies: 10 Views: 6,578 The codes look great, I'm looking beyond the authentication stage, once user login, how to retrieve this particular user's data from the database (SQL Server)? I want to retrieve the user's data from... |
Forum: ASP.NET Nov 21st, 2005 |
| Replies: 2 Views: 17,726 Hi, I'm using asp.net together with vb.net. I am trying to develop:
1. a login page in asp.net, once user enter the correct username and password, this will be directed to the User page.
2. In User... |