Newbie question....

  • Thread starter Thread starter anon
  • Start date Start date
A

anon

hi all,
i ma totally new o winform development, and am trying to create a
winform which authenticates a user login n pwd from database and then
redirects them to another form....in a web app, i can do a
response.redirect("one.aspx")...how do i do this in a windows
application....i donot want the first one to be visible when the second
one is loaded...any help or links to onlien tutorials wud be great !

thanks in advance for ur time...
 
* anon said:
i ma totally new o winform development, and am trying to create a
winform which authenticates a user login n pwd from database and then
redirects them to another form....in a web app, i can do a
response.redirect("one.aspx")...how do i do this in a windows
application....i donot want the first one to be visible when the second
one is loaded...

<URL:http://groups.google.de/groups?selm=#[email protected]>
 
Back
Top