|
>>>>>> Napaka PolniKurs <<<<<< System.InvalidCastException: Conversion from string "" to type 'Double' is not valid. ---> System.FormatException: Input string was not in a correct format.
at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
--- End of inner exception stack trace ---
at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Operators.CompareObject2(Object Left, Object Right, Boolean TextCompare)
at Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectGreater(Object Left, Object Right, Boolean TextCompare)
at IUT.IUTCourseOrder.PolniKurs(Object RTecaj) in D:\Inetpub\wwwroot\IUT\IUTCourseOrder.aspx.vb:line 163
at IUT.IUTCourseOrder.PolniDlKurs(Object RKraj) in D:\Inetpub\wwwroot\IUT\IUTCourseOrder.aspx.vb:line 146
|