- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
:D
Admin
I meant to reply to this one...
:D (I really hope everyone does understand that this was tongue-in-cheek)
Admin
"true " != "true"
Admin
Thanks. My respect for you has returned. This site gets all kinds of people here with different backgrounds and abilities, and sometimes the comments are as much WTF as the article, so while it seemed deliberately over the top, I didn't want to assume.
captcha - minim - when the minimum is too much.
Admin
Admin
Unbielievable !!
Admin
webservice.UpdateSettings(tempStartTime, tempEndTime, tempMonday, tempTuesday, tempWednesday, tempThursday, tempFriday, tempSaturday, tempSunday, pType.SelectedValue);
Um, some webservices require datatypes be in a specific format when passed. One convention I have seen in C# webservices is that boolean values be converted to text values. If he is using a custom webservice interaction object, then the code somewhat makes sense, although he could have been much more efficient.
Admin
So all webservices use SOAP? And XML?
Admin
He's loading a resource with that function call
Admin
This is obviously not correct !! He should have done this :
tempMonday = mondayCheckBox.Checked.ToString() !!!