Wordpress - deepumi.wordpress.com - Deepu MI's Blog
General Information:
Latest News:
Custom Template in InfoPath 2010 8 Jan 2012 | 06:09 pm
I’ve been playing around with InfoPath forms this weekend for converting paper forms to eForms (Infopath forms). One of the challenge I have faced was maintaining the consistency of application look...
Silverlight Dashboard 3 Oct 2011 | 02:47 am
I have found a dashboard control from Microsoft expression website (created by infragistics.com) which inspired me to create a dashboard control. Click here to watch live | Click here to Downl...
Animation using PathListBox control in Silverlight 24 Apr 2011 | 01:52 am
The PathListBox is new control introduced in Silverlight 4.0 for listing items in a various shapes like path, circle, arc, rectangle etc. This control is similar to traditional ListBox control which s...
jQuery Autocomplete with multiple fileds in Asp.Net C# 26 Mar 2011 | 03:53 am
This article explains jQuery autocomplete with multiple fields using Asp.Net C#. Scenario : Listing business titles for a specific city/state location. Initially I used AJAX CONTROL TOOLKIT (ACT)...
jQuery reorder list & saving in to database from Asp.Net C# 1 Nov 2010 | 02:52 pm
I have faced lot of challenges while using Ajax Toolkit control for re-ordering a list and saving to database.. After doing some R&D I’ve found some nice samples which uses jQuery which is very light...
Silverlight Integration in MOSS 2007 with out WebPart 29 Aug 2010 | 03:33 pm
In this article I will walk you through how you can integrate a Silverlight application in Sharepoint with out using any webpart. (Download the STP file) I will use one of my existing silverlight sl...
Twitter Tweets in Asp.Net C# 4 Aug 2010 | 04:11 am
I’ve been working on the twitter feed in one of my recent project where tweets getting updated on a regular interval time (say for every 30 minutes or 1 hr). I am creating this as a ASCX control so th...
Export Data Grid to Excel in Silverlight 4.0 1 Jun 2010 | 01:25 pm
One of the great feature in Silverlight 4.0 is COM interoperability, now your Silverlight application can talk with Office applications using Com Automation Factory. This feature requires a trusted a...
Google Spell Checker Api Asp.Net C# 20 May 2010 | 10:45 pm
In this article you will learn how to use the Google Spell Checker API in Asp.Net C# apps Download the complete source code from here The API is very simple, spell checking is done through a XML ht...
Asp.Net 4.0 URL Routing 14 May 2010 | 06:13 pm
It’s been really easy in Asp.Net 4.0 for building SEO friendly URL applications with VS 2010. In one my previous article I have explained how we can achieve the same in Asp.Net 3.5 (check it out). ...