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
 
Back
Top