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
Mick Walker - 27 Oct 2007 09:32 GMT
> 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
[quoted text clipped - 8 lines]
>
> Tem
This article should show you what you need:
http://aspnet.4guysfromrolla.com/articles/121405-1.aspx
Peter Bromberg [C# MVP] - 27 Oct 2007 12:48 GMT
Tem,
The best place to look for all this kind of "stuff" is the ASP.NET
QUICKSTARTS. This installs as an option with either Visual Studio or the .NET
Framework, or you can visit the online on at http://asp.net. It is very
comprehensive.
You should post ASP.NET - related questions on the asp.net newsgroup, not on
the C# language group.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> 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
[quoted text clipped - 8 lines]
>
> Tem