Good tutorial in vb ?

  • Thread starter Thread starter Lord Brett Sinclair
  • Start date Start date
L

Lord Brett Sinclair

Hello everybody
sorry to bother you with such question but I'm looking for a
good/clean/simple/small tutorial in VB to download that will regroup the
following :

1- have a login form with user and password textboxes and a login button.
Will store the user, pwd into some variables (cookies?) if authentication is
correct, otherwise redirect to the login page or error page...

2- using the variables (user,pwd), retreive data from a SQL server db

3- a sign out button kill the variables

4- some kind of time out session management to redirect the user to the
login page if somehow the user has not perform anything on the web page for
a while.

Thank you in advance for all your answers and pointers.
 
Have you been to www.asp.net? The site lists a whole slew of other ASP.Net
web sites that you can visit.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Lord Brett Sinclair said:
Anybody else has another suggestion ?

Short of someone writing it for you - you'll just have to look at the demos.
Take a look at IBuySpy Store and the whitepaper. There is a VB version and it
does much of what you ask.
 
Back
Top