Skip to main content

Home/ Agency Oasis Developers/ Group items tagged branch

Rss Feed Group items tagged

Mike Tomasulo

Day-to-day with Subversion - Fear and Loathing - 0 views

  •  
    Branch and Merge in SVN
Mark Ursino

jQuery Org Chart - a plugin for visualising data in a tree-like structure « T... - 0 views

  •  
    jQuery OrgChart is a plugin that allows you to render structures with nested elements in a easy-to-read tree structure. To build the tree all you need is to make a single line call to the plugin and supply the HTML element Id for a nested unordered list element that is representative of the data you'd like to display. Features include: Very easy to use given a nested unordered list element. Drag-and-drop reorganisation of elements. Showing/hiding a particular branch of the tree by clicking on the respective node. Nodes can contain any amount of HTML except and . Easy to style.
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 } "
1 - 6 of 6
Showing 20 items per page