Welcome!

Use JavaScript to change display text of a lookup field in Dynamics CRM 2011

Usually when we select a value in a lookup field it displays the Primary Name Field in the text after selection. However it holds the PrimaryIDField in the background. While…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Retrieval Of The Record Into An Array Using AJAX

This tip is deal with the retrieval of the data from the database by using the AJAX in a web method in an array. Generally while retrieving the data from…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Oops… Who Killed My OOPs?

Background: It is very common for people to use   to bind controls in ASP.NET web pages. There are many developers who use to bind controls in their aspx pages. It…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Downloading an Image from an external (Image) URL

The url has to be an Image URL, ending with jpeg, png, jpg, gif Note: 1 ) The entire code has not be en implemented following the MVVM pattern Every…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How To Display The Searched Place In Bing Maps Windows Store App JavaScript SDK In Windows Store App

Following are the steps lets first create a new project and add the Bing maps for javascript reference. Step 1: Add the following in the default.html Search Search clear Step…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to detect and identify mounted and unmounted USB device on Mac using Cocoa

There could be a situation in which we have to notify the application about mounting and un-mounting the USB and also to identify the USB i.e on which path it…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Displaying countdown time on webpage

Some times we need to diaplay countdown time on the webpage. Here is a small javascript code to display countdown time on the webpage. Countdown time countdown_start("timer","07/29/2009 2:00 PM") function…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Keys to developing iframes for offline solutions in MS CRM

Developing Iframe for Offline:- a) While implementing Iframe custom web pages cannot function offline because the Internet connection is absent:So Iframe wont work in the below scenarios and the best…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Run a Project in Device using XCode

Steps to Build and Run a Project in Device in PhoneGap 1.1.0 using XCode 3.2.6 1. Connect your device to the MAC m/c. if Xcode displays the “unknown iOS detected”…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!