Click here to Skip to main content
16,005,316 members
Home / Discussions / C#
   

C#

 
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 
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 
MadDashCoder wrote:
Is this something I can configure on the server?
No, it would open a can of worms if the admin would have to configure that for each file that the application opens. It is determined by the developer. See MSDN[^].

In short; a CSV file is a text file. Updating it means that it has to be locked, and while it is being updated it cannot be read.

Ideally, you'd replace the CSV file with a (simple) database. I'm using SQLite in those places, as it is easy, free, and available under Linux/Mono.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

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 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 8:28
Member 1157009831-Mar-15 8:28 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
OriginalGriff31-Mar-15 8:45
mveOriginalGriff31-Mar-15 8:45 
GeneralRe: trying to search a text file for a certain string and display it in a richTextBox Pin
Member 1157009831-Mar-15 15:27
Member 1157009831-Mar-15 15:27 

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.