How to find out if a number is odd or even in XSLT: position() mod 2 Example usage: Odd number Even number
How to find out if a number is odd or even in XSLT: position() mod 2 Example usage: Odd number Even number
Q: When I perform a logout (log in) I got this error: Server Error in ‘/’ Application. 924D3DEEAC964880B38A9F4D4B664511^TestUser^123^123^20071011T161646 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Sitecore.Exceptions.TicketParseException: 924D3DEEAC964880B38A9F4D4B664511^akom^123^321^20071011T161646 … Why [...]
According to Sitecore documentation the item:renamed event arguments should provide you with the result item and the item name before renaming. item:renamed 0 Item Result item 1 String Item name before renaming Unfortunately in practice the second value is actually the current item name, and not the previous name. This bug presents a massive problem [...]