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

ASP.NET

 
QuestionHow to get Popups like Gmail Chat.... Pin
ballameharmurali5-Apr-09 22:26
ballameharmurali5-Apr-09 22:26 
AnswerRe: How to get Popups like Gmail Chat.... Pin
Abhijit Jana5-Apr-09 22:39
professionalAbhijit Jana5-Apr-09 22:39 
GeneralRe: How to get Popups like Gmail Chat.... Pin
ballameharmurali6-Apr-09 0:18
ballameharmurali6-Apr-09 0:18 
GeneralRe: How to get Popups like Gmail Chat.... Pin
Christian Graus6-Apr-09 0:31
protectorChristian Graus6-Apr-09 0:31 
AnswerRe: How to get Popups like Gmail Chat.... Pin
Sathesh Sakthivel5-Apr-09 22:47
Sathesh Sakthivel5-Apr-09 22:47 
GeneralRe: How to get Popups like Gmail Chat.... Pin
ballameharmurali6-Apr-09 0:18
ballameharmurali6-Apr-09 0:18 
QuestionResource file without standard notation Pin
mayapeter5-Apr-09 22:12
mayapeter5-Apr-09 22:12 
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 

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.