Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Component & Controls > ASP.NET
Search:
What's New - What's Hot
Listings for Accounting Systems Accounting Systems (3)
Listings for Calendar Calendar (17)
Listings for Charts Charts (17)
Listings for Color Picker Color Picker (4)
Listings for Data List & View Data List & View (11)
Listings for DatePicker DatePicker (5)
Listings for Directory Directory (1)
Listings for File Management File Management (4)
Listings for Image gallery Image gallery (4)
Listings for Managment Tool Managment Tool (10)
Listings for Migration Migration (1)
More Categories for Mobile Web Application Mobile Web Application (4)
Listings for Server Controls Server Controls (28)
Listings for Shopping & Commerce Shopping & Commerce (6)
Listings for Site Navigation Site Navigation (8)
Listings for User Controls User Controls (34)
Listings for User Interface User Interface (20)
Listings for Web Reports Web Reports (5)

Farsi Library - Working with Dates, Calendars, and DatePickers        
Total Hits: 2  |  Today: 0 Author: Hadi Eskandari       Rating:  
Read Reviews | Write Review |              Your Rating: 

The Persian Calendar is used in most countries where Persian is spoken, although some regions use different month names. The Persian calendar is the official calendar of Iran and Afghanistan, and is one of the alternative calendars in regions such as Kazakhstan and Tajikistan. The Persian calendar is based on a solar year and is approximately 365 days long. A year cycles through four seasons, and a new year begins when the sun appears to cross the equator from the southern hemisphere to the nort...

Calendar DayView Control        
Total Hits: 2  |  Today: 0 Author: Ertan Tike       Rating:  
Read Reviews | Write Review |              Your Rating: 

Before writing this control, I was in need of a day view control that just looks like that in Outlook. I have found some commercial toolkits but none of them meets my requirements. Some of those want that all appointments be given before showing the control, some of those are not open source, etc. So I wrote this control in a "hurry development", and I think other people can use it. Pay back time for using the CodeProject :)
What we have?
* You can create your appointment class to hold...

Another Month Calendar        
Total Hits: 3  |  Today: 0 Author: Patrik Bohman       Rating:  
Read Reviews | Write Review |              Your Rating: 

I decided to write this control because I needed a month calendar that's much more customizable and flexible than the standard Visual Studio Calendar, in one of my projects. My primary focus was the ability to add information (color, text, image etc.) to each day, and for this to work reasonably well, it must also be resizable. This is my second article for CodeProject, and it shares some of the implementation techniques of the previous article, so if you want some detail on the implementation o...

A nullable DateTimePicker that is easy to write and easy to use        
Total Hits: 1  |  Today: 0 Author: TechBearSeattle       Rating:  
Read Reviews | Write Review |              Your Rating: 

The same old story: I needed a datetime picker that could display a blank value, and I did not want to have to train my users that a grayed-out date with no check in the box really means there is no date. After looking through the many controls here at Code Project, I got a bit dismayed. I made my own stab at it using VB and Visual Studio 2008, and I got something I liked without having to do a lot of work....

Termie : a simple RS232 terminal        
Total Hits: 1  |  Today: 0 Author: milkplus       Rating:  
Read Reviews | Write Review |              Your Rating: 

Termie opens a serial port and logs data received to a window. It is useful for embedded software development. It can also send data so it is actually a RS232 terminal with a chat-like interface. Termie is an open source clone of Termite from ITB CompuPhase. What I liked about Termite is that it is simple and fast. Hyperterminal is clunky. I wanted something similar to Termite that was open source. Writing it in C# turned out to be easy; a weekend project. Once done, I can add new features as ne...

ColorBar - A Gradient Colored ProgressBar        
Total Hits: 5  |  Today: 0 Author: Copper       Rating:  
Read Reviews | Write Review |              Your Rating: 

ColorBar is a gradient colored progress bar control, written in VB.NET. It was created to add interest to the progress bars in my application. In your project, add a reference to ColorBar.dll. You may also add the control to the VS toolbox. Now you can drag n' drop it on your form or instantiate it from within your code (this is what the sample application does). The control is used similar to a regular progress bar control. Set the Minimum and Maximum properties accordingly; then increment the ...

Postback-less, Designer Supported ASP.NET 2.0 Color Picker Custom Control        
Total Hits: 8  |  Today: 0 Author: Mehfuz Hossain       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are plenty of JavaScript color picker controls available out there, but none them are easy to distribute and fully designer supported. Moreover, integrating a JavaScript color picker to an ASP.NET app is a really awful experience. For this reason, I really felt a need for a color picker control in my toolbox that is easy to use but yet powerful. My idea of a color picker was to give the user a bundled control which he/she can easily drag and drop from the toolbox without writing a single l...

FULLY data-bound CheckedListBox        
Total Hits: 11  |  Today: 0 Author: vbar       Rating:  
Read Reviews | Write Review |              Your Rating: 

Maybe you already found out that the .Net CheckedListBox doesn't provide any data binding, though it seems to be eligible in cases where you have a many-to-many data relation with a relation table, e.g. a product can be part of multiple categories and each category can contain multiple products. So the task was to make the CheckedListBox bindable again....

Use Role-Based Security in Your Middle Tier .NET Apps with Authorization Manager        
Total Hits: 22  |  Today: 0 Author: Keith Brown       Rating:  
Read Reviews | Write Review |              Your Rating: 

Authorization Manager in Windows Server 2003 represents a significant improvement in the administration of role-based security, making it more scalable, flexible, and easier to implement. Using Authorization Manager, you can define roles and the tasks those roles can perform. You can nest roles to inherit characteristics from other roles, and you can define application groups. In addition, Authorization Manager lets you use scripts to modify permissions dynamically, and it allows you to wrap you...

Integrating Visual Studio Team System 2008 Unit Tests with CruiseControl.NET        
Total Hits: 4  |  Today: 0 Author: chamindu       Rating:  
Read Reviews | Write Review |              Your Rating: 

Recently I had to work on a project that used VSTS unit tests and we needed to integrate the tests into our continuous integration process. We were using cruise control.NET. After doing a lot of research on the web I decided to write this small article since there is little information on the subject. This article assumes that you have already created a working continuous integration environment with CCNET for your VS 2008 project. You can use the command line test runner tool “MSTest.exe” to ru...

Control Adapters        
Total Hits: 8  |  Today: 0 Author: Fritz Onion       Rating:  
Read Reviews | Write Review |              Your Rating: 

The release of ASP.NET 2.0 introduces an alternate way to specify renderings of controls through a technology called control adapters. If you have heard of control adapters at all, it is probably in the context of providing alternate renderings of controls for mobile devices. They actually serve a more general purpose of providing a way of completely changing the rendering of a control based on the browser type of the client, which turns out to be useful in a number of situations.
Mobile devi...

ASP.NET & Comet: Bringing Sockets back        
Total Hits: 7  |  Today: 0 Author: wxv       Rating:  
Read Reviews | Write Review |              Your Rating: 

Web pages and ASP.NET are a wonderful tools, but as the old proverb goes, "if all you have is a hammer, everything seems like a nail". ASP.NET is a web technology, all of which exists to serve up resources to Web Browsers which request them. Thats great, and it works for the vast majority of things currently on the internet. In fact, when people think of the internet, they mostly associate it with the ubiqitous world wide web model or its HTTP protocol. But what if we want more...what if instead...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net