GridView Edit Example
-
C#
This code project shows how to edit records in a GridView control and save the changes to a database. In this example an MS Access 2003 database file is used to load data into the GridView.
Tiny Java Editor
-
C#
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
-
C#
This sample project demonstrates how to develop a simple three tiered application. Included is a sql server mdf database.
Table Adapter Example
-
C#
This project demonstrates how to use a DataSet and Table Adapters. A sample database is included.
CSV To XML
-
VB.Net
This sample project demonstrates how to upload a CSV file and convert it into an XML document.
File Upload
-
C#
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.
Custom MessageBox 2
-
C#
This example source code builds on a previous example of creating a custom MessageBox. New features in this example include different types of buttons and displaying an icon. Also uses different message beep tones for standard MessageBox's and warring MessageBox's.
Connect To MSN Messenger Using The MSN Protocol
-
C#
This sample application demonstrates how to connect to MSN Messenger using the MSN Protocol. It also includes how to generate a Ticket that is used with the ChallengeString. This is a simple authentication example.
ASP C# Web MessageBox
-
C#
This sample project demonstrates how to create a message box class in C# to use in web applications. The class uses divs, css and javascript. You can use the MessageBox class to add additional buttons to the message box.
Simple Media Player
-
C#
This sample program is a very simple media player. It uses a progress bar to show its progress. You can play/pause/stop the music. You can browse for the music using the open dialog box.
MS Access PhoneBook
-
C#
This is a very simple address book program that uses a MS Access database. It is a Console application. Sample MS Access database is included. The code includes some comments.
Simple IMAP Example
-
C#
This sample project demonstrates how to connect to a mailbox server using the IMAP protocol. It shows how to send some of the basic IMAP commands to the mailbox server and how to get a response back from the server.