Thursday, 2 April 2015

Date Time culture

  System.Threading.Thread.CurrentThread.CurrentCulture = Fmt
        System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern = "dd/MM/yyyy"
        DTF.ShortDatePattern = "dd/MM/yyyy"

Auto Serial generate in Grid view

type this line in Item Teplate
                           <%# Container.DataItemIndex + 1 %>

How to convert plugin assembly (dll) into base 64 bytes using console application (C#).

 using System; using System.IO; using System.ServiceModel.Description; using Microsoft.Rest; using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sd...