Membership/Roles in Winforms

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
E

Elmo Watson

So, is Winforms able to use the same Membership/Roles scenario that ASP.net
does?

can someone point me to a location that shows how to implement this?
 
No, the ASP.Net Membership and Role Providers are designed for ASP.Net
usage. You could, however, create a similar Provider model for Windows
Forms, if you had a serious need to.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

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

Back
Top