Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

Direct Push
Now a days I'm exploring the Windows Mobile , so some interesting work which i'm doing is related to Direct Push. In this blog post I will be discussing about the ways to implement Direct Push...... Using SMS (this was used when there were no real direct Read More...
Connecting to WCF based services from Devices
It's coooooooool, Amazing, it blew away my mind...  Hats off to NET CF team.... the exciting things are coming up with NET CF 3.5 .... the NET CF team is working on WCF subset for the next release, hmmm... excited to know more about this, please refer Read More...
How to Set permissions for Website Using Installer (MSI)
Many of us create installers for installing websites but most of the time we don't include the permission settings for the Website and rely on the users to do the rest i.e. go in the IIS administrator and set the required permission on that… I believe Read More...
Debugging Windows Installer (MSI) using Visual Studio 2005
I was struggling to debug my custom action class... Oh gush real pain How to debug this stuff.. i searched and got the simple way to debug Windows Installer (MSI) is to put below cool line in begining of your custom action class code " Debugger .Break" Read More...
Useful Visual Studio shortcut keys
Shortcut Keys Association F8/Shift-F8 Navigate compilation errors Ctrl-D Move to mini-buffer Ctrl-Shift-G in mini-buffer or Ctrl-O in mini-buffer Open file name in mini-buffer (Ctrl-O seems to open stuff Ctrl-Shift-G does not) "> command" in mini-buffer Read More...
Breaking changes when Migrating from .NET Framework 1.1 to 2.0
Well... there will be tons of article on the web about breaking changes when you migrate from .net framework 1.1 to 2.0, I find few good article and blogs on the migration.. If any one thinking or migrating to 1.1 to 2.0 may find good information. Links Read More...
Ajax Validation controls
I hope you will get the same problem which i faced when we use ASP.NET 2.0 validation controls with Ajax controls ( inside Update panel) :'( so in this article i'm going to discuss about the difference between the ASP.NET 2.0 and the Ajax validation controls. Read More...
Migrating Atlas to Ajax Beta 2
This Article will help you directly migrate from Atlas to Ajax beta 2. The migration guide available at http://ajax.asp.net/ site talks about migrating Atlas to Ajax beta1 and beta1 to beta2.. I have not done much great job .. J just used these two migartion Read More...
Generating Pivot Reports and charts in SharePoint
In this article I’m going to talk about generating “Pivot Reports” in SharePoint using excel as a data source. Let’s begin with the important step before we jump to talk about the “Pivot Report” Point 1. You need to Install SharePoint J Point 2. Install Read More...
How to bind Generic Dictionary with dropdown list
I was searching for binding the dictionary with dropdown list, the solution I found was consist of binding the Key as ‘DataValueField’ and value as ‘DataTextField’ of dictionary object. But my problem was to bind the object (value collection of the dictionary)as Read More...
How .NET Data Bound Controls works
In ASP.Net you can pass any control a “DataSource” it use the same to populate itself. How this works and how to create your own data bound control Check below article written by Mike http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx Read More...
AutoComplete with scroll bar
One of my friend asked me that he is getting difficulty to put scroll bar for the AutoComplete(Atlas) Control. I tried to put scroll bar for him. same thing I'm explaining here.. May interest you guys. By default Autocomplete control does not provide Read More...
Control adapters for ASP.Net
Couple of days back, I was using ASP.Net Menu Control. I saw the way it generates html its difficult to apply styles (css). I got stuck with the same problem. but thanks to control adapter it made my life easy. The control adapters are the coolest thing, Read More...
Page view tracker