Simple Bar Chart Example
-
18 January 2010
Framework: 3.5
Windows Application
This code sample shows how to create a custom bar chart class using the Graphics class.
Imaging Cropping
-
18 January 2010
Framework: 3.5
Web Application
This ASP.NET project shows how to crop an image using jQuery.
Tiny Java Editor
-
29 December 2009
Framework: 3.5
Windows Application
This application is a light weight java editor that can create/save java files as well as execute them. The application also highlighs lines where an error occured.
Three Tier Example 1
-
02 December 2009
Framework: 3.5
Web Application
This sample project demonstrates how to develop a simple three tiered application. Included is a sql server mdf database.
Table Adapter Example
-
01 December 2009
Framework: 3.5
Web Application
This project demonstrates how to use a DataSet and Table Adapters. A sample database is included.
Export GridView To Word
-
30 November 2009
Framework: 3.5
Web Application
This code project demonstrates how to export a GridView to a Word Document.
Object List Binding Example
-
18 November 2009
Framework: 3.5
Windows Application
This snippet shows how to bind an object to a ListBox control DataSource and DisplayMember.
File Upload
-
21 September 2009
Framework: 3.5
Web Application
This example file upload demonstrates how to upload a file in an AJAX manager. An IFrame is used to post the file to the server, giving the appearance that the main page is not refreshed.
Active Directory Example
-
15 September 2009
Framework: 3.5
Web Application
The code project demonstrates how to list users in a active directory and get their details. This is a web based application but can also be used in windows applications.
1
2
3
4
5
6
7
8
9
10
11
12