Click here to Skip to main content
15,887,856 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Interview task - what can I expect? Pin
Danpeking3-Dec-10 1:50
Danpeking3-Dec-10 1:50 
GeneralRe: Interview task - what can I expect? Pin
Hiren solanki3-Dec-10 2:05
Hiren solanki3-Dec-10 2:05 
GeneralRe: Interview task - what can I expect? Pin
Danpeking3-Dec-10 2:18
Danpeking3-Dec-10 2:18 
GeneralRe: Interview task - what can I expect? Pin
_AK_3-Dec-10 8:21
_AK_3-Dec-10 8:21 
AnswerRe: Interview task - what can I expect? Pin
T M Gray3-Dec-10 10:51
T M Gray3-Dec-10 10:51 
QuestionVSS with .NET Pin
padmanabhan N2-Dec-10 22:28
padmanabhan N2-Dec-10 22:28 
AnswerRe: VSS with .NET Pin
fjdiewornncalwe3-Dec-10 1:19
professionalfjdiewornncalwe3-Dec-10 1:19 
QuestionLinq-Sql DateTime? Pin
Morgs Morgan2-Dec-10 20:58
Morgs Morgan2-Dec-10 20:58 
Hi guys,
Iam trying to update a nullable datetime field in my database using linq-sql.
What ever casting method i have tried i keep getting an error:

"Specified cast is not valid."
Does anyone know how to update a nullable DateTime? field using Linq-Sql? please help me.
I have tried:
myVar.dateredeemed = DateTime.Parse("2010-12-03"); //still throws the same error
myVar.dateredeemed = (DateTime?)dateTime; //still throws the same error
myVar.dateredeemed = DateTime.Now; //still throws the same error


I don't really what else i can try because all of the above won't work.
Please help me...
AnswerRe: Linq-Sql DateTime? Pin
Keith Barrow2-Dec-10 22:40
professionalKeith Barrow2-Dec-10 22:40 
QuestionRemoving Page's Load Event handler from my Customer Control Pin
Nadia Monalisa2-Dec-10 19:37
Nadia Monalisa2-Dec-10 19:37 
QuestionUpload file to server Pin
priyagee2-Dec-10 0:06
priyagee2-Dec-10 0:06 
AnswerRe: Upload file to server Pin
Hiren solanki2-Dec-10 0:54
Hiren solanki2-Dec-10 0:54 
GeneralRe: Upload file to server Pin
priyagee2-Dec-10 0:59
priyagee2-Dec-10 0:59 
AnswerRe: Upload file to server Pin
Hiren solanki2-Dec-10 1:05
Hiren solanki2-Dec-10 1:05 
GeneralRe: Upload file to server Pin
priyagee2-Dec-10 1:22
priyagee2-Dec-10 1:22 
GeneralRe: Upload file to server Pin
T M Gray2-Dec-10 4:20
T M Gray2-Dec-10 4:20 
GeneralRe: Upload file to server Pin
Hiren solanki2-Dec-10 20:38
Hiren solanki2-Dec-10 20:38 
GeneralRe: Upload file to server Pin
priyagee2-Dec-10 20:59
priyagee2-Dec-10 20:59 
GeneralRe: Upload file to server Pin
Morgs Morgan2-Dec-10 21:12
Morgs Morgan2-Dec-10 21:12 
GeneralRe: Upload file to server Pin
priyagee2-Dec-10 21:22
priyagee2-Dec-10 21:22 
GeneralRe: Upload file to server Pin
Morgs Morgan2-Dec-10 21:43
Morgs Morgan2-Dec-10 21:43 
GeneralRe: Upload file to server Pin
priyagee2-Dec-10 22:58
priyagee2-Dec-10 22:58 
GeneralRe: Upload file to server Pin
Morgs Morgan3-Dec-10 0:18
Morgs Morgan3-Dec-10 0:18 
AnswerRe: Upload file to server Pin
PunkIsNotDead2-Dec-10 9:46
PunkIsNotDead2-Dec-10 9:46 
Questionjavascript parsing Pin
C#Coudou1-Dec-10 21:15
C#Coudou1-Dec-10 21:15 

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.