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.
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.