Click here to Skip to main content
15,894,539 members
Home / Discussions / C#
   

C#

 
GeneralRe: "Input string was not in a correct format." when updating datatable... [modified] Pin
siva45511-May-11 20:05
siva45511-May-11 20:05 
AnswerRe: "Input string was not in a correct format." when updating datatable... Pin
Subin Mavunkal11-May-11 21:35
Subin Mavunkal11-May-11 21:35 
AnswerRe: "Input string was not in a correct format." when updating datatable... Pin
OriginalGriff11-May-11 21:44
mveOriginalGriff11-May-11 21:44 
AnswerRe: "Input string was not in a correct format." when updating datatable... Pin
OriginalGriff11-May-11 21:42
mveOriginalGriff11-May-11 21:42 
GeneralRe: "Input string was not in a correct format." when updating datatable... Pin
siva45512-May-11 0:49
siva45512-May-11 0:49 
AnswerRe: "Input string was not in a correct format." when updating datatable... Pin
Luc Pattyn12-May-11 0:57
sitebuilderLuc Pattyn12-May-11 0:57 
GeneralRe: "Input string was not in a correct format." when updating datatable... [modified] Pin
siva45515-May-11 19:43
siva45515-May-11 19:43 
AnswerRe: "Input string was not in a correct format." when updating datatable... Pin
Luc Pattyn15-May-11 23:09
sitebuilderLuc Pattyn15-May-11 23:09 
You should not be using a string-type column at all; if the data is numeric, use a numeric-type column, that will give you numeric sorting instead of alphabetical sorting (i.e. 9 - 10 - 11 and not 10 - 11 - 9). There is a difference between what a cell value means (a number, a percentage, whatever) and how it looks (with or without thousands separator, with or without a % sign, etc), that is what cell format properties and events are taking care of. I think I already told you all that.

Hmmm | :|
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

AnswerRe: "Input string was not in a correct format." when updating datatable... Pin
BobJanova12-May-11 2:03
BobJanova12-May-11 2:03 
Questionproblem with unicode. [modified] Pin
prasadbuddhika11-May-11 5:48
prasadbuddhika11-May-11 5:48 
AnswerRe: problem with unicode Pin
Luc Pattyn11-May-11 5:51
sitebuilderLuc Pattyn11-May-11 5:51 
GeneralRe: problem with unicode. Pin
prasadbuddhika11-May-11 6:30
prasadbuddhika11-May-11 6:30 
GeneralRe: problem with unicode. Pin
Luc Pattyn11-May-11 6:54
sitebuilderLuc Pattyn11-May-11 6:54 
GeneralRe: problem with unicode. Pin
prasadbuddhika11-May-11 7:15
prasadbuddhika11-May-11 7:15 
AnswerRe: problem with unicode. Pin
David198711-May-11 6:05
David198711-May-11 6:05 
GeneralRe: problem with unicode. Pin
prasadbuddhika11-May-11 6:28
prasadbuddhika11-May-11 6:28 
GeneralRe: problem with unicode. Pin
David198711-May-11 6:46
David198711-May-11 6:46 
GeneralRe: problem with unicode. Pin
Peter_in_278011-May-11 14:47
professionalPeter_in_278011-May-11 14:47 
GeneralRe: problem with unicode. Pin
David198711-May-11 19:58
David198711-May-11 19:58 
GeneralRe: problem with unicode. Pin
Peter_in_278011-May-11 20:40
professionalPeter_in_278011-May-11 20:40 
GeneralRe: problem with unicode. Pin
David198711-May-11 20:46
David198711-May-11 20:46 
GeneralRe: problem with unicode. Pin
Peter_in_278011-May-11 20:58
professionalPeter_in_278011-May-11 20:58 
GeneralRe: problem with unicode. Pin
David198711-May-11 21:05
David198711-May-11 21:05 
GeneralRe: problem with unicode. Pin
Peter_in_278011-May-11 21:21
professionalPeter_in_278011-May-11 21:21 
GeneralRe: problem with unicode. [modified] Pin
David198711-May-11 21:29
David198711-May-11 21:29 

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.