Home
»
Microsoft Dynamics CRM
»
Hard-work-days of a Microsoft Dynamics CRM Freelance Developer
»
All Tags
»
Custom page
Browse by Tags
ASP.Net
C#
Customization
Fetch
Java Script
Maps
Microsoft CRM 4.0
MS CRM 4.0
Related Posts
Blog Post:
Intergration Google Maps v.3 into Microsoft Dynamics CRM 4.0
Anonymous
In this post I will describe how to integrate Google Maps v.3 with Microsoft Dynamics CRM 4.0 using IFrame customization. 1. I created simple html page with following code (I called this page MapIntegration.html): < html > < head > < meta name = "viewport" content = "initial...
on
18 Jun 2010
Blog Post:
How to bind CRM Data to GridView on custom ASP.Net page for Microsoft Dynamics CRM
Anonymous
I have seen this article one of my colleague Hassan Hussain . I've decided to use other approach to bind data to GridView on custom ASP.Net page - instead BusinessEntitiesCollection I used Fetch. string fetch = @ " <fetch mapping= " " logical " " > < entity name...
on
28 May 2010
Blog Post:
showModalDialog and postbacks in custom aspx pages in Microsoft Dynamics CRM 4.0
Anonymous
I've developed a custom aspx dialogue page. It has button with postback and when this button is clicked - action is executed but new window is opened. Solution for this case is to add <base target="_self"/> tag under head tag.
on
20 Oct 2009