Click here to Skip to main content
15,921,179 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPractice Pin
Noobie One18-Jul-09 0:07
Noobie One18-Jul-09 0:07 
AnswerRe: Practice Pin
riced18-Jul-09 0:22
riced18-Jul-09 0:22 
AnswerRe: Practice Pin
Luc Pattyn18-Jul-09 0:43
sitebuilderLuc Pattyn18-Jul-09 0:43 
AnswerRe: Practice Pin
Kevin McFarlane18-Jul-09 3:50
Kevin McFarlane18-Jul-09 3:50 
AnswerRe: Practice Pin
Noobie One18-Jul-09 8:56
Noobie One18-Jul-09 8:56 
GeneralRe: Practice Pin
Luc Pattyn18-Jul-09 9:12
sitebuilderLuc Pattyn18-Jul-09 9:12 
GeneralRe: Practice Pin
Johan Hakkesteegt19-Jul-09 21:52
Johan Hakkesteegt19-Jul-09 21:52 
QuestionNested Gridview Pin
Mariam_siahpar17-Jul-09 20:02
Mariam_siahpar17-Jul-09 20:02 
Questionenable/disable network adapter Pin
ivo7517-Jul-09 7:50
ivo7517-Jul-09 7:50 
AnswerRe: enable/disable network adapter Pin
Rozis17-Jul-09 12:09
Rozis17-Jul-09 12:09 
AnswerRe: enable/disable network adapter Pin
Tom Deketelaere17-Jul-09 12:09
professionalTom Deketelaere17-Jul-09 12:09 
GeneralRe: enable/disable network adapter Pin
ivo7517-Jul-09 23:56
ivo7517-Jul-09 23:56 
QuestionNeed Conversion help Pin
User 584223717-Jul-09 5:59
User 584223717-Jul-09 5:59 
AnswerRe: Need Conversion help Pin
Christian Graus17-Jul-09 9:25
protectorChristian Graus17-Jul-09 9:25 
AnswerRe: Need Conversion help Pin
dan!sh 17-Jul-09 11:45
professional dan!sh 17-Jul-09 11:45 
AnswerRe: Need Conversion help Pin
Tom Deketelaere17-Jul-09 12:07
professionalTom Deketelaere17-Jul-09 12:07 
AnswerRe: Need Conversion help Pin
Adam R Harris17-Jul-09 13:17
Adam R Harris17-Jul-09 13:17 
GeneralRe: Need Conversion help Pin
User 584223718-Jul-09 5:09
User 584223718-Jul-09 5:09 
AnswerRe: Need Conversion help Pin
Nickolay Karnaukhov18-Jul-09 6:22
Nickolay Karnaukhov18-Jul-09 6:22 
QuestionProblem with Listview Pin
nazimghori17-Jul-09 5:08
nazimghori17-Jul-09 5:08 
AnswerRe: Problem with Listview Pin
nlarson1117-Jul-09 5:32
nlarson1117-Jul-09 5:32 
QuestionRe: Problem with Listview Pin
nazimghori17-Jul-09 17:41
nazimghori17-Jul-09 17:41 
QuestionImporting CSV files with embedded commas Pin
Astitva2317-Jul-09 1:04
Astitva2317-Jul-09 1:04 
AnswerRe: Importing CSV files with embedded commas Pin
riced17-Jul-09 7:26
riced17-Jul-09 7:26 
QuestionInput string was not in a correct format Pin
hsuresh16-Jul-09 23:50
hsuresh16-Jul-09 23:50 
i am facing this problem , if any body can help..



Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.FormatException: Input string was not in a correct format.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[FormatException: Input string was not in a correct format.]
Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) +211
Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat) +74

[InvalidCastException: Conversion from string "" to type 'Double' is not valid.]
Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat) +218
Microsoft.VisualBasic.CompilerServices.Operators.CompareObject2(Object Left, Object Right, Boolean TextCompare) +2984
Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectEqual(Object Left, Object Right, Boolean TextCompare) +25
Rostering.Page_Load(Object sender, EventArgs e) +1716
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

Regards
Suresh

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.