October 2006 - Posts
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...