How to use membership in ASP.NET

  • Thread starter Thread starter Tem
  • Start date Start date
T

Tem

I'm new to asp.net. Can somebody point me to a tutorial that shows how to
use membership/role/profile stuff in an aspx page

All the tutorials I've seen only showed how to setup those providers, but
not how to use them in a page.
ie. on a page i would like to show certain content to a user has belong to a
role group, or to a user who has this preference in his profile..
Need some real world examples.

Thanks in advance

Tem
 
Tem said:
I'm new to asp.net. Can somebody point me to a tutorial that shows how
to use membership/role/profile stuff in an aspx page

All the tutorials I've seen only showed how to setup those providers,
but not how to use them in a page.
ie. on a page i would like to show certain content to a user has belong
to a role group, or to a user who has this preference in his profile..
Need some real world examples.

Thanks in advance

Tem
This article should show you what you need:
http://aspnet.4guysfromrolla.com/articles/121405-1.aspx
 
Back
Top