A newbie project help

A

Athena

Hello,

I am new to programming for web (I know VB6). I just installed VS2005 VB
and Web Developer Express. I have a simple application to start learning.
Application is like this:

On the web page there are two text boxes for UserID and Password entry
and a Submit button. When a user enters a User ID and a password, the
program checks whether the user has access rights against some database,
Excel file or some data storage (not big) and if so opens a web page. That's
all.

I also need to be able to have means to enter the UserId and Passwords
of the clients to this database. If the UserID and password has a specific
combination, then two new fields become visible so that I can enter userID
and passwords into the database through a submit button. If the passwords
expiration time so the clients cannot enter the site after a predetermined
time would also be useful.

Any code samples, hints or guidance would be greatly appreciated.

Thank you

Athena
 
M

Michael Nemtsev [MVP]

Hello Athena,

It would better if you tried to do it yourselft, and asked about that your
can't overcome


---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


A> Hello,
A>
A> I am new to programming for web (I know VB6). I just installed
A> VS2005 VB and Web Developer Express. I have a simple application to
A> start learning. Application is like this:
A>
A> On the web page there are two text boxes for UserID and Password
A> entry and a Submit button. When a user enters a User ID and a
A> password, the program checks whether the user has access rights
A> against some database, Excel file or some data storage (not big) and
A> if so opens a web page. That's all.
A>
A> I also need to be able to have means to enter the UserId and
A> Passwords of the clients to this database. If the UserID and password
A> has a specific combination, then two new fields become visible so
A> that I can enter userID and passwords into the database through a
A> submit button. If the passwords expiration time so the clients cannot
A> enter the site after a predetermined time would also be useful.
A>
A> Any code samples, hints or guidance would be greatly appreciated.
A>
A> Thank you
A>
A> Athena
A>
 
A

Athena

Dear Berry,

Thank you very much. This is really good help. I have one question
though. I downloaded the vb project of lesson 9. In VB2005 VB Express, you
load a project to VS. In this case there is no project. What file do you
load into VS? I started studying videos on that side. But the very first one
created a project rather than open one. Thank you.

Athena
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top