9,869,444 members (29,771 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
20 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Simple code to Encryption And Decryption of a data connection in Asp.net
by
Kwesi Hopkins
Question
13 May 2013
license:
CPOL
How can I write a simple Encryption And Decryption of a data connection in Asp.Net?
General Programming
»
Uncategorised Quick Answers
»
General
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP
SQL
How to send a recovery password in asp.net
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Email Recovery Code in ASP.Net
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Encryption And Decryption in ASP.Net
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Login Redirect Help with ASP.NET
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
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.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
My login is allowing for anyone to login
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Can I have my login serve as my registration page also?
by
Kwesi Hopkins
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?
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
I am having trouble with my Login Page!!!
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
How to have a user directed to one page and another user directed to another page
by
Kwesi Hopkins
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....
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
I have a Login Problem in ASP.NET
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
How to create a Security Record table in asp.net?
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
I need help with a Login page on Asp.net
by
Kwesi Hopkins
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{...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
How to Connect a database with two Tables?
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Loading, writing and reading from Two tables in ASP.NET using C#
by
Kwesi Hopkins
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{ ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Loading and reading from Two tables.
by
Kwesi Hopkins
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...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Page 1 of 1
First
·
Prev
·
Next
·
Last
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