Click here to Skip to main content
15,903,854 members
Home / Discussions / C#
   

C#

 
Questioncrystal reports in C# Pin
Alamzeb khan7-Jul-06 20:13
Alamzeb khan7-Jul-06 20:13 
AnswerRe: crystal reports in C# Pin
Reza Raad9-Jul-06 0:25
Reza Raad9-Jul-06 0:25 
QuestionIHtmlPopup [modified] Pin
Ranjan Banerji7-Jul-06 19:57
Ranjan Banerji7-Jul-06 19:57 
Questionhow to fit the page size according to the monotor size Pin
ayyp7-Jul-06 18:48
ayyp7-Jul-06 18:48 
AnswerRe: how to fit the page size according to the monotor size Pin
Ennis Ray Lynch, Jr.7-Jul-06 20:52
Ennis Ray Lynch, Jr.7-Jul-06 20:52 
GeneralRe: how to fit the page size according to the monotor size Pin
ayyp7-Jul-06 20:58
ayyp7-Jul-06 20:58 
QuestionDateTime comparision Pin
_tasleem7-Jul-06 15:05
_tasleem7-Jul-06 15:05 
AnswerRe: DateTime comparision Pin
Ashwani Mahotra7-Jul-06 19:05
Ashwani Mahotra7-Jul-06 19:05 
1> First,Check what kind of datatype you are using in database for this field.Make sure that the datatypes of the two in front end and back end are same.
2> If it is dateTime in the database then use
where dbtime between "+ #dtp1.value# +" AND "+ #dtp2.value# +" in the query string . instead of using
where dbtime between '" + dtp1.value + "' AND '" + dtp2.value + "'

i.e. You are trying to compare string type values. You should mot use
'"+ dtp1.value +"', instead you should use "+#dtp1.value#+".
also, you can use DateFormat function, if the format of the two dates are not same.

3>If you are using string type in database then you should not use dtp1.value.

Ash
GeneralRe: DateTime comparision Pin
_tasleem8-Jul-06 1:41
_tasleem8-Jul-06 1:41 
AnswerWrite a stored procedure Pin
Ennis Ray Lynch, Jr.7-Jul-06 20:57
Ennis Ray Lynch, Jr.7-Jul-06 20:57 
GeneralRe: Write a stored procedure Pin
Paul Conrad7-Jul-06 21:24
professionalPaul Conrad7-Jul-06 21:24 
QuestionGet Mouse Message [modified] Pin
İsmail Durmaz7-Jul-06 14:43
İsmail Durmaz7-Jul-06 14:43 
AnswerRe: Get Mouse Message Pin
Stefan Troschuetz7-Jul-06 22:03
Stefan Troschuetz7-Jul-06 22:03 
QuestionRead data from datagrid Pin
ujupanmester7-Jul-06 13:37
ujupanmester7-Jul-06 13:37 
Questioncode Form within a code Form Pin
Glen Harvy7-Jul-06 12:55
Glen Harvy7-Jul-06 12:55 
AnswerRe: code Form within a code Form Pin
Not Active7-Jul-06 13:31
mentorNot Active7-Jul-06 13:31 
AnswerRe: code Form within a code Form Pin
Robert Rohde8-Jul-06 12:27
Robert Rohde8-Jul-06 12:27 
GeneralRe: code Form within a code Form Pin
Glen Harvy8-Jul-06 16:30
Glen Harvy8-Jul-06 16:30 
QuestionHow to catch a security exception within Remoting.Config(...) Pin
2bee 7-Jul-06 11:17
2bee 7-Jul-06 11:17 
AnswerLook at the stack trace in the exception? Pin
Ennis Ray Lynch, Jr.7-Jul-06 11:24
Ennis Ray Lynch, Jr.7-Jul-06 11:24 
GeneralRe: Look at the stack trace in the exception? [modified] Pin
2bee 7-Jul-06 11:36
2bee 7-Jul-06 11:36 
GeneralThe app config file you posted isn't valid Pin
Ennis Ray Lynch, Jr.7-Jul-06 11:58
Ennis Ray Lynch, Jr.7-Jul-06 11:58 
GeneralRe: The app config file you posted isn't valid Pin
2bee 7-Jul-06 13:04
2bee 7-Jul-06 13:04 
QuestionHow to change the toolbar background color? Pin
Rogenator7-Jul-06 9:17
Rogenator7-Jul-06 9:17 
QuestionPassing variable Pin
Chris McGlothen7-Jul-06 8:23
Chris McGlothen7-Jul-06 8:23 

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.