Sign in
|
Join
Search
Object reference not set to an instance of an object
Ruslan's ASP .NET weblog
Home
Contact
RSS
Atom
Comments RSS
Recent Posts
GridView RowDataBound Alternating Row RowState issue
A triangle in html
your own custom event delegate
string to enum
When AJAX ScriptManager is on MasterPage
Sponsors
advertise here
Tags
.NET
AJAX
AJAX Panel
ArrayList
ASP .NET
ASP.NET
AsyncPostback
AutoCompleteExtender
C#
CSS
CSV
DataControlRowState
DataSet
Delegate
e.Row.RowState
Enum
Enumeration
Event
Excel
GridView
HTML
ListBox
Object
Report
RowState
SQL
Strin to Enum
String
System.IO
TextReader
Trigger
UpdatePanel
Visual Studio
WYSIWYG
News
en.csharp-online.net
codeproject.com
joeon.net
weblogs.asp.net/scottgu
Navigation
Home
Blogs
Archives
October 2008 (2)
August 2008 (1)
April 2008 (1)
March 2008 (2)
February 2008 (7)
Browse by Tags
All Tags
»
System.IO
»
CSV
»
ASP .NET
(
RSS
)
.NET
ASP.NET
C#
TextReader
Visual Studio
CSV to TextReader
/// <summary> /// Take a file path and return a TextReader /// </summary> /// <param name="file_path"></param> /// <returns></returns> private TextReader OpenFile ( string file_path) { try { // Read the CSV file in...
Posted:
Feb 19 2008, 11:11 AM
by
funky_rus
| with
3 comment(s)
Filed under:
ASP.NET
,
ASP .NET
,
C#
,
Visual Studio
,
.NET
,
CSV
,
System.IO
,
TextReader
More Posts