All Tags » profile (RSS)

Browse Site by Tags

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

    Here's the data access class to go along with this... public static class ProfileDA { public static DataSet GetProfileData(string ntlogin, string systemName) { StringBuilder sb = new StringBuilder(); sb.Append("SELECT p.PropertyName, p.StringValue, p.BinaryValue "); sb.Append("FROM...
    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