Hi,  Have you been creating custom pages in line with MS CRM for creating , viewing and updating entity records ? Have you placed controls such as Date picker Lookup on your custom page and have tried in vein to make those look like MS CRM ?   I found a way to use the same MS CRM calendar control as it appears in the application...     For getting this calendar on your asp .net page, follow the steps below:    1) Create a copy of the date.js javascript file located in your-server/crmsite-folder/_static/_controls/datetime folder, give the copy some name like date_myapp.js.   2) Open the following .js files from different sub folders in side the  your-server/crmsite-folder/_static       folder :         Global.js        encodedecode.js        xmlutil.js        util.js        remotecommand.js               Copy and whole content of ...
 
 
Comments