Browse by Tags
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...