|
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Chris Maunder
|
Rating:
|
|

Tray Calendar is a freeware utility that I wrote after being amazed that
1. Microsoft did not bother to offer us a calender in the tray, and 2. People were charging good money for tiny little tray apps....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

The ListSearchExtender control is a control that ships with the Microsoft AJAX Control Toolkit. ListSearchExtender enables the DropDownList and ListBox to be searchable. The user can navigate to and select an item in the list by simply typing the first few characters. This could be especially useful if there is a long list to be searched....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

The AdRotator control in ASP.NET is extremely handy when it comes to randomly displaying advertisements on your site. However the ads are rotated only when the user refreshes the page. In this article, we will explore how you can easily rotate ads at regular intervals, without the user refreshing the page....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Josh Smith
|
Rating:
|
|

This article presents a class called ListViewDragDropManager, which automates drag-and-drop operations in the WPF ListView. It allows the user to drag and drop items within a ListView, or drag items from one ListView to another. The class is smart enough to figure out where in the ListView the user wants to drop an item, and will insert the item at that location automatically. The class also exposes several properties and one event that enables a developer to customize the way that the drag-and...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: dimensionless
|
Rating:
|
|

I was looking for some functionalities over the net for extending DataGrid control to submit the page by clicking the row, without having any buttons or server controls that can be used for submitting the page. Unfortunately i could have any simple way of doing this till found the article of ssjvackar. The problem with this article was that it was titled that is related with DataGrid control but actualy the code was written for GridView control....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Richard van Schie
|
Rating:
|
|

I've searched the internet for examples of datagrids and how to change one or more cell properties to another background or font color. A lot of people in forums said it isn't possible, but finally it seems quite simple. Combining different articles and examples gave me the solution I wanted....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Andrew Golik
|
Rating:
|
|

The calendar control is the most used control for business applications. There is now way to avoid this. If you are using environment where there isn’t such control you have to buy it from outside developers or spend your time implementing it yourself. The article describes the usage of calendar control inside static html page. I faced needs to use calendar control when I had chance to program in ASP environment. I hope you found it useful....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Mark Killmer |
|
Rating:
|
|

In a previous article, "Dynamically load controls into a DataGrid", I discussed a method of dynamically creating and inserting controls into a datagrid which did not require configuration at design time. This method allowed the run-time selection of appropriate server controls based on the data content on a cell by cell basis. Additionally, a method for allowing a complete screen update (as opposed to a single line update) of the underlying data was presented....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Mukesh Kumar Gupta
|
Rating:
|
|

Now a days it is very common between programmers to use HTML div tag to display scrollable Data Grids. But during post backs of ASP.NET pages maintaining the scroll position is always a tedious task and if a page contains multiple scrollable grids then it causes some real problems to maintain original scroll position for grids. In this article I am going to present a very easy way to maintain scroll position of various div tags as well as how to maintain the smart navigation of entire page with...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Sowkot Osman
|
Rating:
|
|

Input validation is very common and important in any kind of application. In case of web application server side validation is a must and client side validation is highly anticipated. As you know ASP.NET provides you some handfull validation controls like RequiredFiledValidator, RegularExpressionValidator etc. Most of the time we have to check whether user has given the correct number, date, time or anything as input. To validate such things we use RegularExpressionValidator....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

This article demonstrates how to create simple UI effects in an ASP.NET GridView control using jQuery. These tips have been tested in IE 7 and Firefox 3....
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

This article will demonstrate how to create Fixed Headers in an ASP.NET GridView using jQuery. This solution is cross-browser and has been tested in IE 7 and Firefox 3....
|
|
|
|
|
|