Browse Site by Tags

Showing related tags and posts accross the entire site.
  • custom implementation of asp.net ProfileProvider

    here's a custom implementation of the asp.net profile provider working with the system.web.profile namespace public class AsteryxProfileProvider : ProfileProvider { public AsteryxProfileProvider () { } public string UserName { get; set; } public override string ApplicationName { get { return AppSettings...
    Posted to ASP.NET (Forum) by Pat on 05-24-2008
Page 1 of 1 (1 items)
Forums to discuss Microsoft ASP.Net Development and SQL
Powered by Community Server (Non-Commercial Edition), by Telligent Systems