Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dataset Problem Pin
Jay_se22-Sep-06 21:56
Jay_se22-Sep-06 21:56 
AnswerRe: Dataset Problem for Visual Studio 2005 Pin
Jay_se24-Sep-06 19:15
Jay_se24-Sep-06 19:15 
QuestionTextBox datatypr probelm Pin
dany.s22-Sep-06 20:16
dany.s22-Sep-06 20:16 
AnswerRe: TextBox datatypr probelm Pin
amaneet22-Sep-06 20:34
amaneet22-Sep-06 20:34 
GeneralRe: TextBox datatypr probelm Pin
dany.s22-Sep-06 21:21
dany.s22-Sep-06 21:21 
GeneralRe: TextBox datatypr probelm Pin
amaneet22-Sep-06 21:27
amaneet22-Sep-06 21:27 
GeneralRe: TextBox datatypr probelm [modified] Pin
dany.s22-Sep-06 21:53
dany.s22-Sep-06 21:53 
AnswerRe: TextBox datatypr probelm Pin
Guffa22-Sep-06 22:53
Guffa22-Sep-06 22:53 
The problem is that the database is not using the date format that you are using, so it interprets the date differently.

Use DateTime.Parse or DateTime.ParseExact to parse the string to a DateTime value, then use a parameterised query to send the value to the database.


---
b { font-weight: normal; }

GeneralRe: TextBox datatypr probelm [modified] Pin
dany.s22-Sep-06 23:13
dany.s22-Sep-06 23:13 
AnswerRe: TextBox datatypr probelm Pin
Guffa23-Sep-06 1:14
Guffa23-Sep-06 1:14 
QuestionHow to show Images in DataGrid or Data List Pin
sandip788222-Sep-06 19:42
sandip788222-Sep-06 19:42 
AnswerRe: How to show Images in DataGrid or Data List Pin
amaneet22-Sep-06 21:09
amaneet22-Sep-06 21:09 
GeneralRe: How to show Images in DataGrid or Data List Pin
sandip788225-Sep-06 0:00
sandip788225-Sep-06 0:00 
Questionconfiguring SOAP extensions Pin
Leithaus22-Sep-06 13:01
Leithaus22-Sep-06 13:01 
Questioncapture audio in asp.net 1.1 with vb.net 1.1 Pin
amaneet22-Sep-06 9:30
amaneet22-Sep-06 9:30 
GeneralDisplay Images Revisited... Pin
code-frog22-Sep-06 8:00
professionalcode-frog22-Sep-06 8:00 
GeneralRe: Display Images Revisited... Pin
Jon Sagara22-Sep-06 8:31
Jon Sagara22-Sep-06 8:31 
QuestionNested datalists Pin
jolfa200122-Sep-06 7:46
jolfa200122-Sep-06 7:46 
AnswerRe: Nested datalists Pin
Jim Conigliaro22-Sep-06 10:46
Jim Conigliaro22-Sep-06 10:46 
QuestionAdding more data to page Pin
impeham22-Sep-06 5:21
impeham22-Sep-06 5:21 
AnswerRe: Adding more data to page Pin
ToddHileHoffer22-Sep-06 7:27
ToddHileHoffer22-Sep-06 7:27 
AnswerRe: Adding more data to page Pin
Garry Shutler23-Sep-06 6:00
Garry Shutler23-Sep-06 6:00 
Questioncapture audio in Web App Pin
lgelliott22-Sep-06 4:42
lgelliott22-Sep-06 4:42 
AnswerRe: capture audio in Web App Pin
bnieland22-Sep-06 6:20
bnieland22-Sep-06 6:20 
GeneralRe: capture audio in Web App Pin
lgelliott25-Sep-06 2:14
lgelliott25-Sep-06 2:14 

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.