Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: Kwesi Hopkins [x]
Login back button problem by Kwesi Hopkins
Question 13 May 2013   license: CPOL
I just found out that when I login as a use that I can click the logout button and I will be logged out of the site. I pressed the back button on my web browser and it let me back in with no error or nothing. What should I do to fix this. How can I fix this?using System;using...
Question 13 May 2013   license: CPOL
How can I write a simple Encryption And Decryption of a data connection in Asp.Net?
Foxpro Database to SQL by Kwesi Hopkins
Question 13 May 2013   license: CPOL
I have a FoxPro Database print out sheet of the database Table Definition. I am making that same table in asp.net using the SQL table. On the FoxPro Table I have:Field: 1 FieldName: NoticeType:LogicalWidth:1My question is:What can I use in place of...
Question 9 May 2013   license: CPOL
How do I send a recovery password using Outlook that is on my server, an email address? My database that has the email address and password is on a server and the user forgot their password. They can go to a page that has a password recovery in it and enter their email address that matches the...
Question 8 May 2013   license: CPOL
I just wanted to know does my password Recovery code look ok? I have it where the user puts in their email address and it checks the database to see if the user exists and sends the email to of that user. Help me to make changes that I need. Here is the code:using System;using...
Question 8 May 2013   license: CPOL
I planned to encrypt and decrypt the database in my program but I don't know where I should start. Can I have my encryption code on the SubmitPage and the Decryption on the login page? Or do I need to put it some where else?This is the Submit page:using System;using...
I have a redirect question? by Kwesi Hopkins
Question 6 May 2013   license: CPOL
I am have made a redirect page and code for the page. In my login page I have to redirect link I want the user to redirect to. The question I have is that when I try to redirect to my redirect page it will not go. So I changed the code on my redirect page and tried to login again with a user and...
Question 2 May 2013   license: CPOL
I need help with my log in page. I have a login page that every time I enter a username and password it goes black. The textboxes information are cleared out. What did I do wrong. What I am trying to do is to have one member with a level number to be redirected to one welcome page and the other...
Login on Different Levels by Kwesi Hopkins
Question 1 May 2013   license: CPOL
Hello. I am trying to find out how to write the code to finish my levels. What is going on is that on the Login page I have to program to get the username and password from a table in order to have the user to login. That part works. Now I want to login depending on the user levels. If the user...
Appling roles in asp.net by Kwesi Hopkins
Question 1 May 2013   license: CPOL
How can I apply role to users within the code without using ASP.net config? Can it be done to a table of users with out going through each one. I have like 5000 users in one table and the same in another.
Question 30 Apr 2013   license: CPOL
Hello. I have a login page and it has two buttons. The Submit button takes the username and password and puts it in a security table. The login button takes the stored data from the securitytable and lets the user login. I also have two tables that has the data record for all the users. How...
Question 30 Apr 2013   license: CPOL
Hello. What I am doing i am trying to get the information from the login page to be stored in a table when the user clicks the button to login. And if the user returns the information will still be in that table. How can i do this on the login page?
Question 30 Apr 2013   license: CPOL
This is my new code. I went back and deleted some things and add some also. When I run this code I get this error: Ambiguous column name 'EmailAddress'. What does this mean and what is the code to fix it?public partial class Login : System.Web.UI.Page{ protected void...
Question 29 Apr 2013   license: CPOL
Hello. I am trying to find out how to code one user over the other. What I mean is I am CEO user and I have a IALO user. When the CEO logs in, I should be directed to Welcome CEO page. When the IALO logs in, there should be a Welcome IALO page. How would I do this in ASP.net? I have two tables....
Question 29 Apr 2013   license: CPOL
I have a Login problem in ASP.NET. I have two tables that has user information in them already. What I want my login to do is to check to see if the username exist within those tables. If they do then the user can make up a password and login. The username and password are now saved in the...
Question 29 Apr 2013   license: CPOL
How to create a Security record with email, password and level? What I am doing is trying to find out the best code for a simple login screen. This screen is connected to a database. Within the database I have two tables. One is CEO and the other is IALO. The CEO has the high level and the IALO...
Question 26 Apr 2013   license: CPOL
I have a login page that reads from one table the username and the password from another table.Once the user logins it redirects the user the their page. Is there any way that it can redirect another user to another page? Here is my code.public partial class Login : System.Web.UI.Page{...
Question 25 Apr 2013   license: CPOL
I am trying to connect a database with two tables. One table has the registration data and the other has the profile data. What I mean by profile is that it has the First name, Last name, Middle name and so on. I would like for the registration data to connect to the profile table so the user...
Question 24 Apr 2013   license: CPOL
using System;using System.Data;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data.SqlClient;using System.Configuration;public partial class Registration : System.Web.UI.Page{ ...
Question 23 Apr 2013   license: CPOL
Greetings. I am using ASP.net on VS 2010 and came to this block. I have three databases in this project. The first is a registration database and the others have data in them but need to be read crossed with the registration one for the user side to see if the user exist.Here is my...

Page 1 of 1


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid