Click here to Skip to main content
15,910,787 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Use of Borland C++ dll in ASP.NET Project Pin
Christian Graus6-Apr-09 0:27
protectorChristian Graus6-Apr-09 0:27 
QuestionRe: Use of Borland C++ dll in ASP.NET Project Pin
Sunuaj6-Apr-09 0:44
Sunuaj6-Apr-09 0:44 
Questiondatabase connectivity in ASP.NET 2.0 with c# Pin
shriyangika5-Apr-09 23:42
shriyangika5-Apr-09 23:42 
AnswerRe: database connectivity in ASP.NET 2.0 with c# Pin
Colin Angus Mackay5-Apr-09 23:43
Colin Angus Mackay5-Apr-09 23:43 
AnswerRe: database connectivity in ASP.NET 2.0 with c# Pin
Christian Graus6-Apr-09 0:28
protectorChristian Graus6-Apr-09 0:28 
GeneralRe: database connectivity in ASP.NET 2.0 with c# Pin
Alok Sharma ji6-Apr-09 2:41
Alok Sharma ji6-Apr-09 2:41 
GeneralRe: database connectivity in ASP.NET 2.0 with c# Pin
shriyangika16-Apr-09 0:53
shriyangika16-Apr-09 0:53 
QuestionCSV File Problem Pin
sjs4u5-Apr-09 22:43
sjs4u5-Apr-09 22:43 
AnswerRe: CSV File Problem Pin
Colin Angus Mackay5-Apr-09 23:31
Colin Angus Mackay5-Apr-09 23:31 
AnswerRe: CSV File Problem Pin
Christian Graus6-Apr-09 0:30
protectorChristian Graus6-Apr-09 0:30 
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 

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.