Simple Search Example
-
06 December 2008
Framework: 3.5
Windows Application
This project demonstrates how to develop a simple search algorithm using regex. You can split a search query using a space or a comma, any words in quotes will be treated as phrases. The algorithm class will build an sql query based on the keywords.
AJAX File Upload Example
-
17 November 2008
Framework: 3.5
Web Application
This simple ASP.Net project shows how to develop a simple AJAX file upload script.
Cookie Example
-
09 November 2008
Framework: 3.5
Web Application
This project demonstrates how to create and read cookies using the HttpCookie class.
Password Reminder
-
03 November 2008
Framework: 3.5
Web Application
This ASP.Net project demonstrates how to develop a password reminder feature for your website. A new password is generated and replaces the old password.
TCP Client Server
-
02 November 2008
Framework: 3.5
Windows Application
This project is a simple Clinet/Server console application. It shows hows to get connected to a server and echo back messages.
Form With Shadow
-
30 September 2008
Framework: 3.5
Windows Application
This project shows how to add a shadow to a Windows form by overriding CreateParams
AJAX Simple Tab Control
-
25 September 2008
Framework: 3.5
Web Application
This ASP.net project demonstrates how to develop your own custom AJAX Tab control. The control allows you to add tabs and apply CSS styles to the tabs and the content area.
Insert Image Into DataGridView Column
-
25 September 2008
Framework: 3.5
Windows Application
This very simple project shows how to insert images into a DataGridView column using the DataGridViewImageColumn() class and the CellFormatting event.
Simple IMAP Example
-
23 September 2008
Framework: 3.5
Windows Application
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.
Grid User Control To Read Deliminated Text File
-
17 September 2008
Framework: 3.5
Web Application
This ASP.Net project demonstrates how to develop your own user control. The project consists of a grid user control which reads a deliminated text file and displays the data in a html table in the form of a grid. You can also alternate the row so that table rows alternate in different colours.
1
2
3
4
5
6
7
8
9
10
11
12