big project need some guidance

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2007
Posts: 60
Reputation: evios is an unknown quantity at this point 
Solved Threads: 0
evios evios is offline Offline
Junior Poster in Training

big project need some guidance

 
0
  #1
May 8th, 2008
Basically i am having a big project, my idea is like this:
From a text file, i need to rename the .txt extension to .csv, so that i no need to split line by line. Then, from the excel file, i need to select several fields that i needed to use so that i can put the whole column of data into the Access file. Using ASP.NET, i will need to access the data from the .mdb files and display it to graph using dundas chart, all implemented automatically without any user input. My question is:
i. Is this method possible to be implemented? I just want to make sure it is possible.
ii. Is there any command to rename the extension in ASP.NET?
iii.I also use filesystemwatcher() as well to detect any newly created text file. However it is in module type. Several syntax i may need to know its equivalence to ASP.NET:
  1. 1.AddHandler Watcher.Created, New FileSystemEventHandler(AddressOf Watcher_Created)
  2. 2.Console.WriteLine("Make changes to the " & DirectoryName & "directory.")
  3. 3.Console.ReadLine()
  4. 4.Watcher.Dispose()
Thanks for the guidance.
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 437
Reputation: Fungus1487 is on a distinguished road 
Solved Threads: 50
Fungus1487's Avatar
Fungus1487 Fungus1487 is offline Offline
Posting Pro in Training

Re: big project need some guidance

 
0
  #2
May 8th, 2008
Why do you need the excel document if you are simply adding all this data to the database?

Do all your calculations in your code behind. it will be faster.
When Autumn Falls [ http://www.whenautumnfalls.co.uk ] &&
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC