Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is the code for Credit card no. validation in C#? Pin
OriginalGriff22-Dec-10 23:57
mveOriginalGriff22-Dec-10 23:57 
AnswerMy Vote of 1 Pin
Keith Barrow23-Dec-10 1:05
professionalKeith Barrow23-Dec-10 1:05 
GeneralRe: My Vote of 1 Pin
Pete O'Hanlon23-Dec-10 1:12
mvePete O'Hanlon23-Dec-10 1:12 
GeneralRe: My Vote of 1 Pin
Keith Barrow23-Dec-10 1:34
professionalKeith Barrow23-Dec-10 1:34 
GeneralRe: My Vote of 1 Pin
Pete O'Hanlon23-Dec-10 1:50
mvePete O'Hanlon23-Dec-10 1:50 
AnswerRe: What is the code for Credit card no. validation in C#? Pin
PIEBALDconsult23-Dec-10 4:45
mvePIEBALDconsult23-Dec-10 4:45 
GeneralRe: What is the code for Credit card no. validation in C#? Pin
Cnu5555529-Dec-10 17:55
Cnu5555529-Dec-10 17:55 
AnswerRe: What is the code for Credit card no. validation in C#? Pin
jschell23-Dec-10 7:05
jschell23-Dec-10 7:05 
GeneralRe: What is the code for Credit card no. validation in C#? Pin
Cnu5555529-Dec-10 17:49
Cnu5555529-Dec-10 17:49 
AnswerRe: What is the code for Credit card no. validation in C#? Pin
DaveyM6923-Dec-10 13:27
professionalDaveyM6923-Dec-10 13:27 
AnswerRe: What is the code for Credit card no. validation in C#? Pin
Dr.Walt Fair, PE23-Dec-10 15:28
professionalDr.Walt Fair, PE23-Dec-10 15:28 
GeneralRe: What is the code for Credit card no. validation in C#? Pin
Cnu5555529-Dec-10 17:41
Cnu5555529-Dec-10 17:41 
AnswerRe: What is the code for Credit card no. validation in C#? Pin
LloydA11126-Dec-10 4:54
LloydA11126-Dec-10 4:54 
AnswerRe: What is the code for Credit card no. validation in C#? Pin
Bernhard Hiller27-Dec-10 23:08
Bernhard Hiller27-Dec-10 23:08 
QuestionEnterprise Library V5 Logging Pin
Ray Cassick22-Dec-10 21:14
Ray Cassick22-Dec-10 21:14 
AnswerRe: Enterprise Library V5 Logging Pin
dan!sh 22-Dec-10 21:36
professional dan!sh 22-Dec-10 21:36 
GeneralRe: Enterprise Library V5 Logging Pin
Ray Cassick22-Dec-10 21:46
Ray Cassick22-Dec-10 21:46 
GeneralRe: Enterprise Library V5 Logging Pin
dan!sh 22-Dec-10 21:53
professional dan!sh 22-Dec-10 21:53 
GeneralRe: Enterprise Library V5 Logging Pin
Ray Cassick22-Dec-10 22:10
Ray Cassick22-Dec-10 22:10 
Yeah, they do... They are all writing to 'trace.log' and each one is connected to a formatter that knows how to write out the fields that get passed in. I even have them all connected to one inbound entry point, the 'All Events' category...

I have a feeling that this is what is causing the multiple files to be opened up... If I just connect on Listener to the category and send in events formatted in that way so it sees the right format, it works fine, but I want to have different formats for my messages so I am trying to define different listeners and formatters. There does not seem to be a way to tie multiple formatters to a single Log without defining multiple Listeners. I had figured that I would just define different formatters and they would be used based upon what methods I called and what signatures that provided (made sense to me and would be how I would build it) but that doe snot seem to be the case.

QuestionLooking at the remote desktop template, help with automating acknowledgement of the legal banner [modified] Pin
turbosupramk322-Dec-10 8:26
turbosupramk322-Dec-10 8:26 
AnswerRe: Looking at the remote desktop template, help with automating acknowledgement of the legal banner Pin
Richard MacCutchan22-Dec-10 8:59
mveRichard MacCutchan22-Dec-10 8:59 
AnswerRe: Looking at the remote desktop template, help with automating acknowledgement of the legal banner [modified] Pin
RaviRanjanKr22-Dec-10 17:39
professionalRaviRanjanKr22-Dec-10 17:39 
GeneralRe: Looking at the remote desktop template, help with automating acknowledgement of the legal banner Pin
turbosupramk323-Dec-10 0:16
turbosupramk323-Dec-10 0:16 
QuestionHow do I transfer files over a local network? Pin
Megidolaon22-Dec-10 7:12
Megidolaon22-Dec-10 7:12 
AnswerRe: How do I transfer files over a local network? PinPopular
Luc Pattyn22-Dec-10 8:54
sitebuilderLuc Pattyn22-Dec-10 8:54 

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.