Click here to Skip to main content
15,919,893 members
Home / Discussions / C#
   

C#

 
GeneralRe: Email application Pin
Christian Graus21-Feb-08 10:52
protectorChristian Graus21-Feb-08 10:52 
GeneralRe: Email application Pin
N4D33M22-Feb-08 1:45
N4D33M22-Feb-08 1:45 
QuestionQuestion about a TextBox with the MultiLine property set to True Pin
blakey40421-Feb-08 5:11
blakey40421-Feb-08 5:11 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
J4amieC21-Feb-08 5:21
J4amieC21-Feb-08 5:21 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
blakey40421-Feb-08 5:43
blakey40421-Feb-08 5:43 
JokeRe: Question about a TextBox with the MultiLine property set to True Pin
Le centriste21-Feb-08 5:54
Le centriste21-Feb-08 5:54 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
blakey40421-Feb-08 6:04
blakey40421-Feb-08 6:04 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
Dave Kreskowiak21-Feb-08 5:38
mveDave Kreskowiak21-Feb-08 5:38 
I agree with Jamie that it's primarily a training issue, but it's also one of validation.

Before accepting the data as entered you should be scrubbing the text entered and looking for multiple spaces next to each other and various other irregulaties that would break your output.

You should always be treating user input as if they're a bunch of demonic 2 years olds mashing the keyboard. Would you trust anything they enter?? Your code shouldn't trust it either...



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
blakey40421-Feb-08 5:49
blakey40421-Feb-08 5:49 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
Dave Kreskowiak21-Feb-08 5:52
mveDave Kreskowiak21-Feb-08 5:52 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
blakey40421-Feb-08 6:09
blakey40421-Feb-08 6:09 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
J4amieC21-Feb-08 6:05
J4amieC21-Feb-08 6:05 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
blakey40421-Feb-08 22:08
blakey40421-Feb-08 22:08 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
phannon8621-Feb-08 5:51
professionalphannon8621-Feb-08 5:51 
AnswerRe: Question about a TextBox with the MultiLine property set to True Pin
mav.northwind21-Feb-08 6:01
mav.northwind21-Feb-08 6:01 
GeneralRe: Question about a TextBox with the MultiLine property set to True Pin
blakey40421-Feb-08 6:10
blakey40421-Feb-08 6:10 
GeneralBinary numbers Pin
Vodstok21-Feb-08 5:05
Vodstok21-Feb-08 5:05 
GeneralRe: Binary numbers Pin
J4amieC21-Feb-08 5:18
J4amieC21-Feb-08 5:18 
GeneralRe: Binary numbers Pin
PIEBALDconsult21-Feb-08 5:40
mvePIEBALDconsult21-Feb-08 5:40 
GeneralSettings for a Win Form Pin
dany_ch21-Feb-08 4:11
dany_ch21-Feb-08 4:11 
GeneralRe: Settings for a Win Form Pin
Judah Gabriel Himango21-Feb-08 4:50
sponsorJudah Gabriel Himango21-Feb-08 4:50 
GeneralThread problem. Pin
pubududilena21-Feb-08 1:23
pubududilena21-Feb-08 1:23 
GeneralRe: Thread problem. Pin
phannon8621-Feb-08 2:49
professionalphannon8621-Feb-08 2:49 
GeneralRe: Thread problem. Pin
Le centriste21-Feb-08 6:06
Le centriste21-Feb-08 6:06 
GeneralRe: Thread problem. Pin
Martin#21-Feb-08 4:56
Martin#21-Feb-08 4:56 

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.