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 %>

Secure and Unsecure configuration in Dynamics CRM 365.

Overview : In Dynamics CRM, when we create a plugin, we sometimes need to pass data to that plugin, instead of writing this data inside the ...