Click here to Skip to main content
15,905,679 members

Comments by sja63 (Top 20 by date)

sja63 16-Aug-16 8:02am View    
I think its better to use:

strEmail = emailTextBox.Text.ToLower().Trim();
sja63 16-Oct-14 6:24am View    
Perhaps you can give us more detail about your processings in the doubled for loop.

I am a programmer since the early 90s, but I never had a problem to solve
in a 80000x100000 doubled loop. Of course this will slow down your system.

Maybe your design is wrong...

Or is your question simply a joke?
sja63 13-May-13 15:36pm View    
Hi,

I guess your button is light blue, not because it is busy,
but it is the default button ?
sja63 8-May-13 6:04am View    
"This is not a valid objection"

Do you mean similiarity of classes is not the reason to create base classes ?

If you like can you clarify your opinion ?

Thanks in advance
sja63 21-Feb-13 10:04am View    
Thank you. It works now.