Click here to Skip to main content
15,927,514 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 17:07
Jacob Dixon20-May-08 17:07 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 17:19
keyboard warrior20-May-08 17:19 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 17:12
keyboard warrior20-May-08 17:12 
GeneralRe: GridView & SQLdatasourceproblems [modified] Pin
Jacob Dixon20-May-08 17:38
Jacob Dixon20-May-08 17:38 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 17:51
keyboard warrior20-May-08 17:51 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 18:04
Jacob Dixon20-May-08 18:04 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 18:13
Jacob Dixon20-May-08 18:13 
GeneralRe: GridView & SQLdatasourceproblems [modified] Pin
keyboard warrior20-May-08 18:24
keyboard warrior20-May-08 18:24 
in the sql server. in the "Clipboard" table...what is the data type of the "date" column...

actually change of plans try this.


SELECT * FROM [Clipboard] WHERE [Date] < {0} AND [Date] > {1}
or
SELECT * FROM [Clipboard] WHERE [Date] > {0} AND [Date] < {1}

-----------------------------------------------------------
"When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford

modified on Wednesday, May 21, 2008 12:30 AM

GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon21-May-08 1:35
Jacob Dixon21-May-08 1:35 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior21-May-08 5:32
keyboard warrior21-May-08 5:32 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon21-May-08 15:37
Jacob Dixon21-May-08 15:37 
AnswerRe: GridView & SQLdatasourceproblems Pin
kinnuP20-May-08 21:03
kinnuP20-May-08 21:03 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon21-May-08 1:32
Jacob Dixon21-May-08 1:32 
QuestionTextBox.text not showing in code behind Pin
DerekFL20-May-08 11:05
DerekFL20-May-08 11:05 
AnswerRe: TextBox.text not showing in code behind Pin
led mike20-May-08 11:55
led mike20-May-08 11:55 
AnswerRe: TextBox.text not showing in code behind Pin
keyboard warrior20-May-08 12:15
keyboard warrior20-May-08 12:15 
GeneralRe: TextBox.text not showing in code behind Pin
DerekFL20-May-08 13:11
DerekFL20-May-08 13:11 
GeneralRe: TextBox.text not showing in code behind Pin
keyboard warrior20-May-08 13:37
keyboard warrior20-May-08 13:37 
GeneralRe: TextBox.text not showing in code behind Pin
DerekFL20-May-08 15:06
DerekFL20-May-08 15:06 
AnswerRe: TextBox.text not showing in code behind Pin
Christian Graus20-May-08 14:29
protectorChristian Graus20-May-08 14:29 
GeneralRe: TextBox.text not showing in code behind Pin
DerekFL21-May-08 3:06
DerekFL21-May-08 3:06 
QuestionFile Uploading/Downloading problem. Pin
TheMajorRager20-May-08 10:25
TheMajorRager20-May-08 10:25 
AnswerRe: File Uploading/Downloading problem. Pin
Expert Coming20-May-08 10:36
Expert Coming20-May-08 10:36 
QuestionMessages in web.config Pin
Saba0220-May-08 8:35
Saba0220-May-08 8:35 
AnswerRe: Messages in web.config Pin
Expert Coming20-May-08 10:37
Expert Coming20-May-08 10:37 

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.