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.
Reading File In ASP.Net
-
22 June 2008
Framework: 3.5
Web Application
This simple web application demonstrates how to read a file and display the contents to the browser.
File Writer
-
10 December 2006
Framework: 2.0
Windows Application
This example is a GUI based File Writer example. Uses the saveOpenDialog, the richTextBox control and the menuStrip control. The StreamWriter Class is used to save the text.
File Reader
-
10 December 2006
Framework: 2.0
Windows Application
This example is a GUI based File Reader example. Uses the openOpenDialog, the richTextBox control and the menuStrip control. The StreamReader Class is used to read a text file.
Read File
-
24 September 2006
Framework: 2.0
Windows Application
This is a very simple C# console application which demonstrates how to read text from a text file and display the results in the console window.