Hi ,
can anyone help me out to create the object of CSVReader()
i want to use Filename as a string at time of object creation
the below code is working fine :
CSVReader reader = new CSVReader(FileUpload1.PostedFile.InputStream);
and i want to use string as an argument like :
CSVReader reader = new CSVReader( "filename");