Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
GeneralRe: Stop all threads in Threading.Timer in Callback method? Pin
#realJSOP18-Feb-11 3:47
mve#realJSOP18-Feb-11 3:47 
Questionhttp webrequest Pin
TAREQ F ABUZUHRI18-Feb-11 0:39
TAREQ F ABUZUHRI18-Feb-11 0:39 
AnswerRe: http webrequest Pin
#realJSOP18-Feb-11 2:55
mve#realJSOP18-Feb-11 2:55 
QuestionError: No value given for one or more required parameters Pin
benams17-Feb-11 23:36
benams17-Feb-11 23:36 
AnswerRe: Error: No value given for one or more required parameters Pin
Wendelius18-Feb-11 0:29
mentorWendelius18-Feb-11 0:29 
GeneralRe: Error: No value given for one or more required parameters Pin
benams18-Feb-11 0:32
benams18-Feb-11 0:32 
AnswerRe: Error: No value given for one or more required parameters Pin
Luc Pattyn18-Feb-11 0:44
sitebuilderLuc Pattyn18-Feb-11 0:44 
AnswerRe: Error: No value given for one or more required parameters Pin
J4amieC18-Feb-11 1:20
J4amieC18-Feb-11 1:20 
Contrast this line (which, im guessing, checks equality or parameter not provided)

benams wrote:
"(activities.ActivityTypeID=@ActivityTypeID OR @ActivityTypeID=0) AND " +


with this line:

benams wrote:
"(Reminder=@Reminder OR @Reminder=false)";


=false
does not work in SQL, change it to
@Reminder=0
like all the others.
QuestionHow can i read utf-8 type from ms-sql 2005? Pin
buffering8317-Feb-11 23:10
buffering8317-Feb-11 23:10 
AnswerRe: How can i read utf-8 type from ms-sql 2005? Pin
jschell18-Feb-11 9:06
jschell18-Feb-11 9:06 
QuestionWeb service authentication using desktop client Pin
ika217-Feb-11 22:25
ika217-Feb-11 22:25 
QuestionHow to perform a validation for Calendar control for checking weather the selected date is less than current date(Today) Pin
Rocky2317-Feb-11 21:32
Rocky2317-Feb-11 21:32 
AnswerRe: How to perform a validation for Calendar control for checking weather the selected date is less than current date(Today) Pin
Richard MacCutchan17-Feb-11 22:13
mveRichard MacCutchan17-Feb-11 22:13 
QuestionI am making outlook add-ins and have question about it. Pin
buffering8317-Feb-11 13:01
buffering8317-Feb-11 13:01 
AnswerRe: I am making outlook add-ins and have question about it. Pin
Mycroft Holmes17-Feb-11 13:17
professionalMycroft Holmes17-Feb-11 13:17 
AnswerRe: I am making outlook add-ins and have question about it. Pin
Luc Pattyn17-Feb-11 13:23
sitebuilderLuc Pattyn17-Feb-11 13:23 
GeneralRe: I am making outlook add-ins and have question about it. Pin
Mycroft Holmes17-Feb-11 13:41
professionalMycroft Holmes17-Feb-11 13:41 
GeneralRe: I am making outlook add-ins and have question about it. Pin
Luc Pattyn17-Feb-11 13:54
sitebuilderLuc Pattyn17-Feb-11 13:54 
GeneralRe: I am making outlook add-ins and have question about it. Pin
Mycroft Holmes17-Feb-11 14:13
professionalMycroft Holmes17-Feb-11 14:13 
AnswerRe: I am making outlook add-ins and have question about it. Pin
Luc Pattyn17-Feb-11 14:35
sitebuilderLuc Pattyn17-Feb-11 14:35 
GeneralRe: I am making outlook add-ins and have question about it. Pin
buffering8317-Feb-11 14:19
buffering8317-Feb-11 14:19 
GeneralRe: I am making outlook add-ins and have question about it. Pin
buffering8317-Feb-11 14:19
buffering8317-Feb-11 14:19 
AnswerRe: I am making outlook add-ins and have question about it. Pin
fjdiewornncalwe17-Feb-11 13:18
professionalfjdiewornncalwe17-Feb-11 13:18 
GeneralRe: I am making outlook add-ins and have question about it. Pin
buffering8317-Feb-11 14:18
buffering8317-Feb-11 14:18 
Questionsraw method Pin
om_metab17-Feb-11 9:13
om_metab17-Feb-11 9:13 

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.