Click here to Skip to main content
15,887,430 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Grid View Pin
eggsovereasy12-Sep-07 8:51
eggsovereasy12-Sep-07 8:51 
AnswerRe: Grid View Pin
Urs Enzler12-Sep-07 20:57
Urs Enzler12-Sep-07 20:57 
Questionasp:LoginStatus Control Logout Destination URL Pin
Brendan Vogt12-Sep-07 8:04
Brendan Vogt12-Sep-07 8:04 
AnswerRe: asp:LoginStatus Control Logout Destination URL Pin
eggsovereasy12-Sep-07 8:52
eggsovereasy12-Sep-07 8:52 
Questionhow to get out from Iframe Pin
kmanisha12-Sep-07 7:07
kmanisha12-Sep-07 7:07 
AnswerRe: how to get out from Iframe Pin
Brent Lamborn12-Sep-07 7:39
Brent Lamborn12-Sep-07 7:39 
Questionconverting string to decimal shows error Pin
Vipin.d12-Sep-07 6:35
Vipin.d12-Sep-07 6:35 
AnswerRe: converting string to decimal shows error Pin
Roland Bär12-Sep-07 7:31
Roland Bär12-Sep-07 7:31 
FormatException in System.Convert.ToDecimal(String value) means:

value does not consist of an optional sign followed by a sequence of digits (zero through nine) and an optional decimal point symbol.


Check if:
- the String to convert has no invalid chars (letters etc.)
- the String has the right delimiter for the used local settings (you can set the Culture with Convert.ToDecimal Method (String, IFormatProvider) ).

Maybe just put the string before converting to the trace so you can see the value used (or set a breakpoint).

Hope that helps

Roland





Hi! I'm a signature virus. Copy me into your sig file and help me spread!

Follow your Euro notes in their tracks

GeneralRe: converting string to decimal shows error Pin
Vipin.d12-Sep-07 23:01
Vipin.d12-Sep-07 23:01 
AnswerRe: converting string to decimal shows error Pin
Roland Bär12-Sep-07 23:24
Roland Bär12-Sep-07 23:24 
QuestionPassing data to an ascx page (custom control)? Pin
Goalie3512-Sep-07 5:37
Goalie3512-Sep-07 5:37 
AnswerRe: Passing data to an ascx page (custom control)? Pin
Elina Blank12-Sep-07 5:41
sitebuilderElina Blank12-Sep-07 5:41 
QuestionPhysical patch to IIS on C#! Pin
ZvonimirLaf12-Sep-07 5:26
ZvonimirLaf12-Sep-07 5:26 
AnswerRe: Physical patch to IIS on C#! Pin
Brent Lamborn12-Sep-07 8:22
Brent Lamborn12-Sep-07 8:22 
QuestionTreeView Issue with AJAX Pin
cisco210312-Sep-07 5:26
cisco210312-Sep-07 5:26 
QuestionUserID Locked Pin
Sarfaraj Ahmed12-Sep-07 5:10
Sarfaraj Ahmed12-Sep-07 5:10 
AnswerRe: UserID Locked Pin
netJP12L12-Sep-07 6:19
netJP12L12-Sep-07 6:19 
AnswerRe: UserID Locked Pin
Imran Khan Pathan12-Sep-07 23:31
Imran Khan Pathan12-Sep-07 23:31 
Questioncascade treeview checkboxes Pin
haytham_mohammad12-Sep-07 4:32
haytham_mohammad12-Sep-07 4:32 
Questiondecimal or not Pin
Vipin.d12-Sep-07 4:11
Vipin.d12-Sep-07 4:11 
AnswerRe: decimal or not Pin
Brent Lamborn12-Sep-07 7:53
Brent Lamborn12-Sep-07 7:53 
QuestionTo Transfer data from one page to another through Cookies, URL Rewriting and Session object using ASP.net Pin
anu_sam77712-Sep-07 4:03
anu_sam77712-Sep-07 4:03 
AnswerRe: To Transfer data from one page to another through Cookies, URL Rewriting and Session object using ASP.net Pin
netJP12L12-Sep-07 6:25
netJP12L12-Sep-07 6:25 
QuestionSolution file ASP.net 2.0 Pin
Vipin.d12-Sep-07 3:27
Vipin.d12-Sep-07 3:27 
AnswerRe: Solution file ASP.net 2.0 Pin
Colin Angus Mackay12-Sep-07 3:34
Colin Angus Mackay12-Sep-07 3:34 

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.