Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
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 > Applications > ASP.Net > Graphics & Charts


Search:
What's New - What's Hot
A rating system to rate your online articles and display the ratings graphically  Version: 0.00     Price: $0.00  
Total Hits: 30  |  Today: 0Author: Stephan Bren      Rating:  
Read Reviews | Write Review |  Your Rating: 

This tutorial walks you through the process of building a rating system in ASP.NET, Visual Basic .NET and SQL Server that allows your users to rate an article, and then see the ratings graphically displayed on the article....

Creating a Mouse Control GAME using Java Script and ASP.Net     
Total Hits: 2268  |  Today: 0Author: DevASP      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this simple article you will learn many issues of the JavaScript by this simple game....

.netCHARTING  Version: 1.3     Price: $395.00  
Total Hits: 303  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

.netCHARTING combines visually stunning graphics and a comprehensive interface to bring you one of the most compelling charting solutions available....

Create a News Rotator using jQuery, CSS, JSON and ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 25  |  Today: 0Author: khaksari      Rating:  
Read Reviews | Write Review |  Your Rating: 

This news rotator control gives us the possibility of displaying several news stories within the same area of the web page. News is taken apart to several pages in order to place in a specified area. Each page also contains a couple of news items. By clicking on the page number at the bottom, it is possible to navigate between different pages and also by clicking on each news item of the page, it is possible to see its details. The stories slide into view. It also provides the auto next (slide s...

Design ASP.NET Pages and Controls That Take Advantage of the DHTML Object Model     
Total Hits: 144  |  Today: 0Author: Dino Esposito      Rating:  
Read Reviews | Write Review |  Your Rating: 

Most Microsoft® ASP.NET controls are designed to be browser independent; they generate plain HTML markup that the majority of browsers easily understand and process. As a page developer, you can control to some extent the version of the HTML language used to generate the browser response. Some of the ASP.NET controls (for example, validation server controls) detect the capabilities of the underlying browser and adapt their response accordingly. In many cases, this means that the markup is enrich...

ASP.NET Charting with NPlot     
Total Hits: 302  |  Today: 0Author: Olav Lerflaten      Rating:  
Read Reviews | Write Review |  Your Rating: 

Three years ago I wrote an article here on 4Guys titled ASP.NET Charting Using Office Web Components (OWC) that examined how to use OWC as a charting engine in ASP.NET applications. OWC is still a very powerful charting engine, but unfortunately it carries with it some serious drawbacks:
* OWC is a COM library, which needs to be installed on the ASP.NET web server. If you do not run your own web server, you may have difficulty getting these libraries installed.
* Calling COM librar...

High-quality Jpeg to GIF conversion in ASP.NET  Version: 1.1     Price: $14.95 / Free Trial  
Total Hits: 174  |  Today: 0Author: David Woodham      Rating:  
Read Reviews | Write Review |  Your Rating: 

With this product you can convert a True Color image to palettized one using Floyd-Steinberg dithering algorithm. GDI+, by default, uses a halftone palette, that creates ugly looking, poor quality images. New algorithm gives images without grain looking just like original ones. This is especially useful for photography. In order to use the new conversion technique, you just need to copy one file. This is useful for hosting servers because you don't need to register any components....

CoolWatermark  Version: 1.0     Price: $59.50 / Free Trial  
Total Hits: 789  |  Today: 0Author: Sowen      Rating:  
Read Reviews | Write Review |  Your Rating: 

CoolWatermark is a cool and strong assembly to write watermark text or overlapped photo on image and is designed for .NET, you can easily use in .NET window application or ASP.NET application. Read all Image type .NET supports(Bmp, Emf, Exif, Gif, Icon, Jpeg, Png, Tif, Wmf ). All methods return System.Drawing.Image object which you can modify and write it in any formation .NET supports....

Organization Chart .Net  Version: 1.0     Price: $299.00 / Free Trial  
Total Hits: 1217  |  Today: 0Author: AASoftech Inc.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Organization Chart .NET is an application used to create corporate organizational charts based on personnel information from a Database directly to your Intranet or Extranet. WebOrgChart .NET comprises of a very simple and intuitive user interface supported by an extremely powerful and flexible backend infrastructure (.NET) providing your organization’s desktop with security and reliability, improving your communication standards and HR management....

Aurigma Image Uploader     
Total Hits: 306  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Image Uploader is a client-side ActiveX control which allows you to navigate images on your server, make basic image processing, edit description of images and then upload them images to server. It dramatically increased convenience for images uploading to server as against of standard HTML forms (using ). It also can upload not only the image but ready thumbnails for it....

Aurigma Inc./EveryThing Cyber     
Total Hits: 127  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Media Gallery .NET is an evolution of Picture Gallery Pro which works in .NET Framework environment. As Picture Gallery Pro, it is intended for managing images, music and video files, and publishing it in Web. However it is much more enhanced as compared to Picture Gallery Pro: it has more flexible architecture and it is much more easy to integrate Media Gallery .NET with your web applications. It includes source code, so you can easily customize it yourself according to your needs....

NCTFinancialChart.NET  Version: 1.1     Price: $249.00 / Free Trial  
Total Hits: 301  |  Today: 0Author: NCTCompany Ltd      Rating:  
Read Reviews | Write Review |  Your Rating: 

NCTFinancialChart.NET is the pure .NET class library, which allows you to build desktop or web based financial charting applications. NCTFinancialChart.NET class allows you to: download financial data from web servers; import financial data from text files; store your financial data in MDB or SQL Server database; generate chart using existing financial data; manipulate with different chart indicators; save chart to Bitmap or image file. You can safely use NCTFinancialChart.NET functionality from...

Converting Color images to Greyscale     
Total Hits: 227  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of the most frequently asked questions that I've seen on Drawing in .Net is how to convert a color image to greyscale. Here I will describe 3 methods of performing the conversion as well as 3 algorithms for computing the conversion....

Generate JPEG / GIF Thumbnails on the fly     
Total Hits: 1246  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This code makes light work of what used to be a time consuming task, creating thumbnails for images in a product catalog....

Image Processing for Dummies with C# and GDI+ Part 1 - Per Pixel Filters     
Total Hits: 536  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The purpose of the series will be to build a class that allows any C# programmer access to common, and not so common, image processing functionality. The reason we are doing it in C# is simply that I want to learn it, but the functionality we use is available through GDI+ in C++, and indeed the code to do the same thing using a DIBSECTION is not terribly different. This first article will focus on per pixel filters, in other words, filters that apply the same algorithm to each pixel 'in place' w...

Obtaining Image Information on your own     
Total Hits: 244  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

A frequent problem in uploading image files is that the size (width, height) isn't known and that consequently you have to determine them on your own. Under ASP the free component ImageSize by ServerObjects can be of help, it however is limited to a few (important) formats....

Howto resize a bitmap.     
Total Hits: 219  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The trick is to create a new bitmap based on the original bitmap....

ASP.NET images part 3: Thumbnails     
Total Hits: 474  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The script returns an image which will fit into a thumbnail size I chose at random of 200x200 pixels....

Image Web Server Control     
Total Hits: 296  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Use the Image control to display an image on the Web Forms page. Setting the ImageUrl property specifies the path to the displayed image. You can specify the text to display in place of the image when the image is not available by setting the AlternateText property. The ImageAlign property specifies the alignment of the image in relation to other elements on the Web Forms page....

Enumerating the VB.Net Printers Collection     
Total Hits: 396  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Visual Basic .Net comes with a much more powerful printer object than previous versions of Visual Basic. A great feature of the VB6 printer object is the ability to enumerate the installed printers on the local machine. This article describes the same functionality but uses the more powerful printing object from the .Net framework....


1  2  3  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net