Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Can't send mail on localhost Pin
Yusuf6-Apr-09 4:33
Yusuf6-Apr-09 4:33 
GeneralRe: Can't send mail on localhost Pin
Yosh_6-Apr-09 4:38
professionalYosh_6-Apr-09 4:38 
GeneralRe: Can't send mail on localhost Pin
Yusuf6-Apr-09 4:49
Yusuf6-Apr-09 4:49 
AnswerRe: Can't send mail on localhost Pin
PauloCastilho6-Apr-09 5:00
PauloCastilho6-Apr-09 5:00 
AnswerRe: Can't send mail on localhost Pin
Christian Graus6-Apr-09 11:11
protectorChristian Graus6-Apr-09 11:11 
AnswerRe: Can't send mail on localhost Pin
nithydurai6-Apr-09 19:56
nithydurai6-Apr-09 19:56 
GeneralRe: Can't send mail on localhost Pin
archit300020-Apr-09 0:24
archit300020-Apr-09 0:24 
QuestionDate Conversion Problem Pin
specialdreamsin6-Apr-09 3:12
specialdreamsin6-Apr-09 3:12 
Hi,

I am using a Dataset, In which a Date field comes, I am assigning it to a String Variable. After than I am comparing it with Calender1.Selected Date.

If CDate(Session("DispDt")) > CType(txtDespDate.Text, Date) Then
lblMsg.Text = "Dispatch Date Must be Greater than " & MasterDispDt
txtDespDate.Text = ""
Exit Sub
End If

It is giving error as

Conversion from string "31-01-2009" to type 'Date' is not valid.

Please tell me What can be done.

Ramesh Sambari
AnswerRe: Date Conversion Problem Pin
mr_muskurahat6-Apr-09 3:40
mr_muskurahat6-Apr-09 3:40 
AnswerRe: Date Conversion Problem Pin
Hajab6-Apr-09 19:49
Hajab6-Apr-09 19:49 
AnswerRe: Date Conversion Problem Pin
Zia Ul Haq Soofi7-Apr-09 0:52
Zia Ul Haq Soofi7-Apr-09 0:52 
AnswerRe: Date Conversion Problem Pin
archit300020-Apr-09 0:40
archit300020-Apr-09 0:40 
QuestionForms Authentication Sample Pin
mehrdadc486-Apr-09 3:12
mehrdadc486-Apr-09 3:12 
QuestionWhen and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 2:57
Brady Kelly6-Apr-09 2:57 
AnswerRe: When and where does a UserControl compile? Pin
Dev S6-Apr-09 3:52
Dev S6-Apr-09 3:52 
GeneralRe: When and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 3:56
Brady Kelly6-Apr-09 3:56 
GeneralRe: When and where does a UserControl compile? Pin
Yusuf6-Apr-09 4:14
Yusuf6-Apr-09 4:14 
AnswerRe: When and where does a UserControl compile? Pin
Yusuf6-Apr-09 4:29
Yusuf6-Apr-09 4:29 
GeneralRe: When and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 4:37
Brady Kelly6-Apr-09 4:37 
GeneralRe: When and where does a UserControl compile? Pin
Yusuf6-Apr-09 4:48
Yusuf6-Apr-09 4:48 
GeneralRe: When and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 5:04
Brady Kelly6-Apr-09 5:04 
AnswerRe: When and where does a UserControl compile? Pin
Rama Krishna Vavilala6-Apr-09 5:12
Rama Krishna Vavilala6-Apr-09 5:12 
GeneralRe: When and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 5:22
Brady Kelly6-Apr-09 5:22 
GeneralRe: When and where does a UserControl compile? Pin
Rama Krishna Vavilala6-Apr-09 5:27
Rama Krishna Vavilala6-Apr-09 5:27 
AnswerRe: When and where does a UserControl compile? Pin
Paddy Boyd6-Apr-09 5:24
Paddy Boyd6-Apr-09 5:24 

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.