Click here to Skip to main content
15,919,778 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDate Conversion Problem Pin
specialdreamsin5-Apr-09 21:56
specialdreamsin5-Apr-09 21:56 
Hi,

I have a ASP.NET page, in which I have to compare two Dates. One comes from Database, and other one is selected from Calendar Control, assigned to textbox. When I code...

If CDate(txtDespDate.Text) < CDate(MasterDispDt) Then
LabelMsg.Text = "Invalid Date Selection"
Exit Sub
End If

This is the Error I am getting,

Error Message: Conversion from string "21-04-2009" to type 'Date' is not valid.

Source : Microsoft.VisualBasic

Stack Trace : at Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(String Value)
at DocTransfers.BtnTransfer_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
AnswerRe: Date Conversion Problem Pin
Blue_Boy5-Apr-09 22:02
Blue_Boy5-Apr-09 22:02 
AnswerRe: Date Conversion Problem Pin
www.Developerof.NET6-Apr-09 0:53
www.Developerof.NET6-Apr-09 0:53 
AnswerRe: Date Conversion Problem Pin
Hajab6-Apr-09 20:14
Hajab6-Apr-09 20:14 
QuestionHow Create Theme of Custom Control?? Pin
mr_muskurahat5-Apr-09 21:06
mr_muskurahat5-Apr-09 21:06 
AnswerRe: How Create Theme of Custom Control?? Pin
Sathesh Sakthivel5-Apr-09 22:49
Sathesh Sakthivel5-Apr-09 22:49 
Questionbutton onclick method written in javascript Pin
scar_face5-Apr-09 20:47
scar_face5-Apr-09 20:47 
AnswerRe: button onclick method written in javascript Pin
Christian Graus5-Apr-09 21:04
protectorChristian Graus5-Apr-09 21:04 
AnswerRe: button onclick method written in javascript Pin
prabhakar dwivedi5-Apr-09 23:42
prabhakar dwivedi5-Apr-09 23:42 
AnswerRe: button onclick method written in javascript Pin
sohighthesky6-Apr-09 15:14
sohighthesky6-Apr-09 15:14 
Questionhow to add scrollbar in autocomplete extender Pin
kapurthala5-Apr-09 20:45
kapurthala5-Apr-09 20:45 
AnswerRe: how to add scrollbar in autocomplete extender Pin
Christian Graus5-Apr-09 21:05
protectorChristian Graus5-Apr-09 21:05 
GeneralRe: how to add scrollbar in autocomplete extender Pin
kapurthala6-Apr-09 20:49
kapurthala6-Apr-09 20:49 
AnswerRe: how to add scrollbar in autocomplete extender Pin
praneeth maddu5-Jul-11 22:37
praneeth maddu5-Jul-11 22:37 
QuestionRegistration process for social network web site Pin
Shahdat Hosain5-Apr-09 20:06
Shahdat Hosain5-Apr-09 20:06 
AnswerRe: Registration process for social network web site Pin
Christian Graus5-Apr-09 20:15
protectorChristian Graus5-Apr-09 20:15 
QuestionUnable to connect with asp.net development server problem Pin
rajmca.g5-Apr-09 19:29
rajmca.g5-Apr-09 19:29 
AnswerRe: Unable to connect with asp.net development server problem Pin
Vimalsoft(Pty) Ltd6-Apr-09 1:08
professionalVimalsoft(Pty) Ltd6-Apr-09 1:08 
QuestionAcceptChangesDuringUpdate = False in TableAdapterManager Pin
AlexeiXX35-Apr-09 19:25
AlexeiXX35-Apr-09 19:25 
Questiontemplate field at runtime for detailsview Pin
md_azy5-Apr-09 19:16
md_azy5-Apr-09 19:16 
Question[Message Deleted] Pin
kamleshPardeshi5-Apr-09 17:48
kamleshPardeshi5-Apr-09 17:48 
AnswerRe: File Handling using ASP.net Pin
Christian Graus5-Apr-09 20:18
protectorChristian Graus5-Apr-09 20:18 
QuestionPop-Up & Chatting Pin
vaah5-Apr-09 9:54
vaah5-Apr-09 9:54 
AnswerRe: Pop-Up & Chatting Pin
Christian Graus5-Apr-09 10:23
protectorChristian Graus5-Apr-09 10:23 
AnswerRe: Pop-Up & Chatting Pin
Abhijit Jana5-Apr-09 19:15
professionalAbhijit Jana5-Apr-09 19: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.