Need Login screen

F

Franck Dauché

Hi,

One popular solution is to default your form to a Login View (a View with 2
textboxes and a button). Upon successful user authentification, you can
switch to your main View.

Hope that it helps.

Regards,

Franck Dauché
 
P

Paul

Frank,
I guess that's what my issue is. How would you link the user name and
password together?
 
F

Franck Dauché

Hi Paul,

You could make a WS call to a database for example. Depends on your
workflow. You could also use Windows Authentification
(System.Environment.UserName.ToString() with AD).

Regards,

Franck Dauché
 
Top