Anyone have any good articles on creating user sections? I've been finding some stuff that is rather dated for asp 2.0, I'd like to find some stuff that is 4.0.
Printable View
Anyone have any good articles on creating user sections? I've been finding some stuff that is rather dated for asp 2.0, I'd like to find some stuff that is 4.0.
Hey,
Are you talking about creating "members" pages for your site?
If so, have you taken a look at the default ASP.Net 4.0 Site Template that ships with Visual Studio 2010? It has an example project that has a login section, along with a blank members page. You should be able to expand on this, as required.
Gary