Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: FTP Upload in SAP B1 -Time out Error Pin
Rajeev M Kartha31-Mar-15 23:36
Rajeev M Kartha31-Mar-15 23:36 
QuestionPOPUP box Pin
Member 1156476731-Mar-15 22:34
Member 1156476731-Mar-15 22:34 
AnswerRe: POPUP box Pin
OriginalGriff31-Mar-15 22:40
mveOriginalGriff31-Mar-15 22:40 
AnswerRe: POPUP box Pin
Richard MacCutchan31-Mar-15 22:41
mveRichard MacCutchan31-Mar-15 22:41 
QuestionHow to load different aspx web page based on browser? Pin
RagsGangwar31-Mar-15 6:14
RagsGangwar31-Mar-15 6:14 
AnswerRe: How to load different aspx web page based on browser? Pin
walterhevedeich31-Mar-15 7:04
professionalwalterhevedeich31-Mar-15 7:04 
QuestionSimultaneous File Access Causing App Freeze Pin
MadDashCoder31-Mar-15 4:06
MadDashCoder31-Mar-15 4:06 
AnswerRe: Simultaneous File Access Causing App Freeze Pin
Dave Kreskowiak31-Mar-15 5:11
mveDave Kreskowiak31-Mar-15 5:11 
How are you opening and reading the CSV file? If it's opened without allowing for a shared read all other browser requests will not be filled until the first request closes the file.

Frankly, a CSV file is not a proper data store for a web application because of the very problem you're running into.

One solution is, if the data isn't changing in the CSV file, to read the data once and cache it for future requests.

Another is to just import the data into a database engine and the web app reads it from there.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Simultaneous File Access Causing App Freeze Pin
MadDashCoder31-Mar-15 5:49
MadDashCoder31-Mar-15 5:49 
GeneralRe: Simultaneous File Access Causing App Freeze Pin
Pete O'Hanlon31-Mar-15 6:03
mvePete O'Hanlon31-Mar-15 6:03 
GeneralRe: Simultaneous File Access Causing App Freeze Pin
Eddy Vluggen31-Mar-15 7:29
professionalEddy Vluggen31-Mar-15 7:29 
Questiontrying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 3:51
Member 1157009831-Mar-15 3:51 
AnswerRe: trying to search a text file for a certain string and display it in a richTextBox Pin
OriginalGriff31-Mar-15 4:29
mveOriginalGriff31-Mar-15 4:29 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 4:32
Member 1157009831-Mar-15 4:32 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 4:37
Member 1157009831-Mar-15 4:37 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
OriginalGriff31-Mar-15 4:47
mveOriginalGriff31-Mar-15 4:47 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 4:57
Member 1157009831-Mar-15 4:57 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
OriginalGriff31-Mar-15 4:59
mveOriginalGriff31-Mar-15 4:59 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 5:03
Member 1157009831-Mar-15 5:03 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
OriginalGriff31-Mar-15 5:10
mveOriginalGriff31-Mar-15 5:10 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 6:23
Member 1157009831-Mar-15 6:23 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
OriginalGriff31-Mar-15 6:36
mveOriginalGriff31-Mar-15 6:36 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 6:48
Member 1157009831-Mar-15 6:48 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 7:15
Member 1157009831-Mar-15 7:15 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
OriginalGriff31-Mar-15 8:10
mveOriginalGriff31-Mar-15 8:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.