Newbie question....

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

Herfried K. Wagner [MVP]

* 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]>
 

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