Showing related tags and posts accross the entire site.
-
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...