Click here to Skip to main content
15,900,108 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: database prob Pin
N a v a n e e t h26-Mar-07 20:58
N a v a n e e t h26-Mar-07 20:58 
GeneralRe: database prob Pin
mmm!@#26-Mar-07 23:13
mmm!@#26-Mar-07 23:13 
GeneralRe: database prob Pin
N a v a n e e t h27-Mar-07 0:37
N a v a n e e t h27-Mar-07 0:37 
AnswerRe: database prob Pin
RichardGrimmer27-Mar-07 5:40
RichardGrimmer27-Mar-07 5:40 
QuestionHow to run msn/aol messenger Pin
meghak26-Mar-07 17:41
meghak26-Mar-07 17:41 
QuestionHow to use an Xml file as a database? Pin
MinhajuddinK26-Mar-07 17:30
MinhajuddinK26-Mar-07 17:30 
AnswerRe: How to use an Xml file as a database? Pin
Christian Graus26-Mar-07 17:46
protectorChristian Graus26-Mar-07 17:46 
GeneralDateTime Pin
bernie_01126-Mar-07 19:18
bernie_01126-Mar-07 19:18 
hi i have two dates in my table,
03-23-2007 8:00:00
03-24-2007 8:00:00

I have two dropdown in my page use to filter between those two dates.
i used to convert the two dates into CHAR
CONVERT(CHAR(10),date,110) so the result is just "03/23/2007" and "03/24/2007" but the problem now is, when i filter the date like

SELECT * FROM table WHERE date BETWEEN '03/23/2007' and '03/23/2007'
returns no value but if my query is like :

SELECT * FROM table WHERE date BETWEEN '03/23/2007' and '03/24/2007'
it returs value but only the rows with the date '03/23/2007'.

Any idea about that?

Bernie
QuestionBi/multi lingual site Pin
Glenn E. Lanier II26-Mar-07 11:09
Glenn E. Lanier II26-Mar-07 11:09 
AnswerRe: Bi/multi lingual site Pin
Mark Greenwood26-Mar-07 13:47
Mark Greenwood26-Mar-07 13:47 
GeneralRe: Bi/multi lingual site Pin
Glenn E. Lanier II28-Mar-07 3:34
Glenn E. Lanier II28-Mar-07 3:34 
QuestionRe: Bi/multi lingual site Pin
Glenn E. Lanier II25-Apr-07 9:43
Glenn E. Lanier II25-Apr-07 9:43 
QuestionUpdate to control walking issue Pin
Glenn E. Lanier II25-Apr-07 10:09
Glenn E. Lanier II25-Apr-07 10:09 
Question!!!Question about Programmatically adding items to list control Pin
vicky45726-Mar-07 9:55
vicky45726-Mar-07 9:55 
AnswerRe: !!!Question about Programmatically adding items to list control Pin
error140826-Mar-07 10:10
error140826-Mar-07 10:10 
GeneralRe: !!!Question about Programmatically adding items to list control Pin
vicky45726-Mar-07 11:14
vicky45726-Mar-07 11:14 
AnswerRe: !!!Question about Programmatically adding items to list control Pin
Christian Graus26-Mar-07 14:07
protectorChristian Graus26-Mar-07 14:07 
Questionexport data to excel creating multiple worksheets Pin
bonokoot26-Mar-07 9:39
bonokoot26-Mar-07 9:39 
QuestionNot able to view Web Application Project Pin
duaatul26-Mar-07 8:30
duaatul26-Mar-07 8:30 
AnswerRe: Not able to view Web Application Project Pin
ToddHileHoffer26-Mar-07 8:43
ToddHileHoffer26-Mar-07 8:43 
GeneralRe: Not able to view Web Application Project Pin
duaatul26-Mar-07 9:28
duaatul26-Mar-07 9:28 
QuestionTutorial for GridViews ? Pin
digsy_26-Mar-07 7:57
digsy_26-Mar-07 7:57 
AnswerRe: Tutorial for GridViews ? Pin
ToddHileHoffer26-Mar-07 8:26
ToddHileHoffer26-Mar-07 8:26 
GeneralRe: Tutorial for GridViews ? Pin
digsy_26-Mar-07 8:51
digsy_26-Mar-07 8:51 
AnswerRe: Tutorial for GridViews ? Pin
error140826-Mar-07 10:22
error140826-Mar-07 10:22 

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.