Browse Site by Tags

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

    Here are better SetPropertyValues and SetProfileData methods that only make 1 database call by buildinding a single sql statement to execute instead of executing a statement for each property. public override void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection)...
    Posted to ASP.NET (Forum) by Pat on 05-26-2008
  • 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 (2 items)
Forums to discuss Microsoft ASP.Net Development and SQL
Powered by Community Server (Non-Commercial Edition), by Telligent Systems