Skip to main content

Home/ Agency Oasis Developers/ Group items tagged CS

Rss Feed Group items tagged

mgraber

Extranet.Change Password.ascx.cs in Branches/Extranetv6 - Extranet - 0 views

  •  
    "using (new SecurityDisabler()) 74 { 75 Item context = Sitecore.Context.Item; 76 context.Editing.BeginEdit(); 77 System.Web.Security.MembershipUser mUser = System.Web.Security.Membership.GetUser(user.Name); 78 mUser.ChangePassword(txtOldPassword.Text, txtNewPassword.Text); 79 context.Editing.EndEdit(); 80 } "
Nick Laidlaw

Community Server 2008 : Adding a Content Part to a Page - 0 views

  •  
    You can use content parts to edit a portion of a site theme with a custom message, link list, or other less dynamic content.
Mark Ursino

Multiple Ways to do Multiple Inserts - 0 views

  •  
    Use Batch Update of ADO.NET 2.0 DataAdapter Object
1 - 6 of 6
Showing 20 items per page