Click here to Skip to main content
15,888,096 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Is Office required to have installed on the machine with Interop dll? Pin
jkirkerx4-Mar-15 8:48
professionaljkirkerx4-Mar-15 8:48 
AnswerRe: Is Office required to have installed on the machine with Interop dll? Pin
mohit908-Mar-15 9:35
mohit908-Mar-15 9:35 
Questionms access query to select between date Pin
Praveen Kandari3-Mar-15 1:04
Praveen Kandari3-Mar-15 1:04 
AnswerRe: ms access query to select between date Pin
F-ES Sitecore3-Mar-15 2:03
professionalF-ES Sitecore3-Mar-15 2:03 
AnswerRe: ms access query to select between date Pin
Humayun Kabir Mamun3-Mar-15 2:05
Humayun Kabir Mamun3-Mar-15 2:05 
AnswerRe: ms access query to select between date Pin
Richard Deeming3-Mar-15 5:26
mveRichard Deeming3-Mar-15 5:26 
GeneralRe: ms access query to select between date Pin
Praveen Kandari3-Mar-15 17:50
Praveen Kandari3-Mar-15 17:50 
GeneralRe: ms access query to select between date Pin
Richard Deeming3-Mar-15 23:51
mveRichard Deeming3-Mar-15 23:51 
If you're storing the date as text, then you won't be able to compare it to any other date - for example, the string "6/2/1901" is greater than the string "6/19/2015".

Store your data using a proper data type - Access has a datetime type which you should be using:
Microsoft Access Data Types[^]


If you're already storing the dates as datetime, then you'll need to convert the parameter values to DateTime. For example:
C#
command.Parameters.AddWithValue("StartDate", Convert.ToDateTime(textbox1.Text));




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


AnswerRe: ms access query to select between date Pin
jkirkerx4-Mar-15 8:52
professionaljkirkerx4-Mar-15 8:52 
GeneralRe: ms access query to select between date Pin
Praveen Kandari4-Mar-15 17:40
Praveen Kandari4-Mar-15 17:40 
Questiontest Pin
Praveen Kandari3-Mar-15 0:52
Praveen Kandari3-Mar-15 0:52 
AnswerRe: test Pin
ZurdoDev3-Mar-15 2:39
professionalZurdoDev3-Mar-15 2:39 
QuestionAsyncFileUpload disappears Pin
anbusenthil2-Mar-15 15:43
anbusenthil2-Mar-15 15:43 
AnswerRe: AsyncFileUpload disappears Pin
F-ES Sitecore2-Mar-15 22:51
professionalF-ES Sitecore2-Mar-15 22:51 
QuestionReport Parameter not refreshing Pin
Kandepu Rajesh1-Mar-15 19:57
Kandepu Rajesh1-Mar-15 19:57 
AnswerRe: Report Parameter not refreshing Pin
Afzaal Ahmad Zeeshan2-Mar-15 3:12
professionalAfzaal Ahmad Zeeshan2-Mar-15 3:12 
QuestionMVC5 Website will write to the database on my development machine, but not on the web server Pin
jkirkerx1-Mar-15 13:33
professionaljkirkerx1-Mar-15 13:33 
AnswerRe: MVC5 Website will write to the database on my development machine, but not on the web server Pin
F-ES Sitecore1-Mar-15 23:48
professionalF-ES Sitecore1-Mar-15 23:48 
GeneralRe: MVC5 Website will write to the database on my development machine, but not on the web server Pin
jkirkerx2-Mar-15 6:05
professionaljkirkerx2-Mar-15 6:05 
Answer[solved] Pin
jkirkerx2-Mar-15 9:14
professionaljkirkerx2-Mar-15 9:14 
Questionajaxtoolkit ModalPopupExtender problem Pin
casa_sniper1-Mar-15 5:13
casa_sniper1-Mar-15 5:13 
AnswerRe: ajaxtoolkit ModalPopupExtender problem Pin
casa_sniper1-Mar-15 10:43
casa_sniper1-Mar-15 10:43 
QuestionModalPopupExtender problem Pin
casa_sniper1-Mar-15 5:13
casa_sniper1-Mar-15 5:13 
AnswerRe: ModalPopupExtender problem Pin
casa_sniper5-May-15 14:37
casa_sniper5-May-15 14:37 
QuestionScript Resource Mappings Not Loading From CDN Pin
Dominick Marciano28-Feb-15 18:05
professionalDominick Marciano28-Feb-15 18:05 

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.