Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, May 09, 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
Search:
What's New - What's Hot
Listings for 3D Components 3D Components (10)
More Categories for ASP.NET ASP.NET (178)
Listings for ASPDataGrid ASPDataGrid (23)
Listings for Browser Utilities Browser Utilities (2)
Listings for Chart Chart (28)
Listings for Compression Compression (6)
More Categories for Content Management Content Management (1)
More Categories for Database Database (33)
Listings for Date & Time Date & Time (11)
Listings for Developed Application Developed Application (7)
Listings for Discussion Forums Discussion Forums (4)
More Categories for Document Management Document Management (18)
Listings for Email Email (48)
Listings for Error Handling Error Handling (4)
More Categories for File Management File Management (14)
Listings for Form Processing Form Processing (6)
More Categories for Graphics & Charts Graphics & Charts (15)
Listings for Imaging Imaging (8)
Listings for Miscellaneous Miscellaneous (86)
Listings for Mobile Mobile (8)
More Categories for Network Functions Network Functions (21)
Listings for QuickBooks Integration QuickBooks Integration (3)
Listings for RSS RSS (1)
Listings for Search Components Search Components (11)
Listings for Security & Encryption Security & Encryption (25)
Listings for Server Control Server Control (83)
Listings for Shopping & Commerce Shopping & Commerce (16)
Listings for Site Management Site Management (9)
Listings for SQL Tools and Utilities SQL Tools and Utilities (15)
Listings for Strings & Variables Strings & Variables (2)
Listings for TextControl TextControl (14)
Listings for ToolKit ToolKit (48)
More Categories for User Management User Management (4)
Listings for Validation Validation (16)
More Categories for VB.NET VB.NET (1)
Listings for Web Development Web Development (35)
Listings for Website Navigation Website Navigation (14)
More Categories for Window & toolbars Window & toolbars (55)

Simple Component Inheritance In ExtJS        
Total Hits: 0  |  Today: 0 Author: Paul Coldrey       Rating:  
Read Reviews | Write Review |              Your Rating: 

ExtJS is a really cool Javascript library that contains great form building components. But, like all things you start using it in anger and it isn't long before you find something it can't do out-of-the-box and you want to extend it. I had a form made up of standard Ext.form components but then I wanted to output a couple of DIVs in the amongst the other form elements so that I could render some special content to them. Specifically, I had a report that is broken into sections and each can have...

A Professional Ribbon you will use        
Total Hits: 0  |  Today: 0 Author: Jose M. Menendez Poó       Rating:  
Read Reviews | Write Review |              Your Rating: 

Because of the lack of good free Ribbon controls on the web, I decided to write one myself. I've analyzed previous work on ribbon-controls, including those on CodeProject. Unfortunately, most existent controls are merely bad tries. Why? well, some lack nice rendering, some lack resizing features, some lack almost everything. Of course, well developed Ribbon controls are available at a price. This ribbon is free. Why not WPF? Well mainly, because I needed the Ribbon to add it to my existing WinFo...

Export Crystal Reports to PDF file        
Total Hits: 4  |  Today: 1 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

Reports are used by business for various management purposes. Crystal reports is very versatile and easy to use reporting tool that is bundled with the Microsoft Visual Studio .Net. There have been many enhancements in the latest version of crystal reports which make it simpler for developers to export reports directly to the HTTP response object. The export option is very useful when business users want to have reports exported different formats such as PDF, Excel, Word and HTML. They want this...

How to Display PDF documents with ASP.NET        
Total Hits: 9  |  Today: 2 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to embed and display PDF documents in a webpage using simple ASP.NET custom server control. The method used, allows the developer to control the web page contents surrounding the embedded PDF. This is not same as linking directly to a PDF which doesn't allow developer to control the appearance of the page....

ASP FormatDate        
Total Hits: 3  |  Today: 0 Author: amattice       Rating:  
Read Reviews | Write Review |              Your Rating: 

Visual Basic's Format function is missing from vbScript.
Without Format it can be difficult to yield custom formatted dates.
With this new function (FormatDate), your worries are over!...

Cell Blink for DataGridView        
Total Hits: 5  |  Today: 0 Author: Raghavan Ram Raja       Rating:  
Read Reviews | Write Review |              Your Rating: 

After reading many articles on The Code Project, I realized that it's my time to contribute. Few months ago, I came across a requirement for cells in a DataGridView control to blink when the cell value changed. The code presented here can be applied to any other grid. The blinking of the grid cell is achieved in the following manner. When we update the value of a cell, we also change the background color of that cell to a blink color. To restore the cell background color to its original value, w...

ColorBar - A Gradient Colored ProgressBar        
Total Hits: 5  |  Today: 1 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 ...

Logging Web App Errors, Learning LINQ, and More        
Total Hits: 2  |  Today: 0 Author: Scott Mitchell       Rating:  
Read Reviews | Write Review |              Your Rating: 

In a perfect world there would be no errors in production. Database and Web servers would never go down, and code would be thoroughly tested and designed to gracefully handle any situation or input that might otherwise have caused an error. But we program in reality, where deadlines and never-ending feature requests are a constant and where database and Web servers can and do go offline. When errors occur in a production environment, it is essential that the details be logged and the development...

KeePass Password Safe        
Total Hits: 3  |  Today: 0 Author: Dominik Reichl       Rating:  
Read Reviews | Write Review |              Your Rating: 

Nowadays you need to remember many passwords. You need a password for the Windows network logon, your e-mail account, your homepage's FTP password, online passwords (like CodeProject member account), etc. etc. etc. The list is endless. Also, you should use different passwords for each account. Because if you use only one password everywhere and someone gets this password, you have a problem... A serious problem. He would have access to your e-mail account, homepage, etc. Unimaginable. But who ca...

Postback-less, Designer Supported ASP.NET 2.0 Color Picker Custom Control        
Total Hits: 7  |  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...

A Gradient Static Control        
Total Hits: 2  |  Today: 0 Author: Irek Zielinski       Rating:  
Read Reviews | Write Review |              Your Rating: 

I was looking through this site (and a few others) in order to find a simple, easy to use control that looks better than the ordinary CStatic. Unfortunately, I was not successful - there are a lot of cool controls around but I needed something different. One of the articles I read entitled CTitleMenu contains a class that creates a menu with a nice gradient title - that was it!. I decided to incorporate some of the code to create a nice static control.... and here it is....

Using the CStatic control        
Total Hits: 3  |  Today: 0 Author: Wolfram Steinke       Rating:  
Read Reviews | Write Review |              Your Rating: 

This tutorial will show how use the CStatic class in a very basic dialog based application. It will cover the following points:
* The different types of CStatic control
* Adding a CStatic to your dialog
* CStatic Styles
* Useful Group Box properties
* Changing Static control Styles at Runtime
* Changing Contents of a CStatic at Runtime
* Handling CStatic messages
This tutorial assumes that you are comfortable with creating a dialog based applic...



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