TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Chuck Foss
NA
7
0
Input string was not in a correct format
Feb 25 2009 3:46 PM
My C# .NET 2.0 application code looks like this:
gridData.Rows[i - 1][Convert.ToInt32(BillDivColumns.salary)]=
(Convert.ToInt32(bdmSet.BILLING_DIV_MEMBER_SET_LIST[i - 1].A_SAL_CNS) / 100).ToString("###,###,##0.00");
The input data is 785.
The data is being displayed as 7.00
When trying to edit the field in the application, I get the error msg: "Input string was not in a correct format."
Can you tell me what I'm doing wrong?
Thank you.
Chuck
Reply
Answers (
8
)
Converting grid values to lower case for update
Possible deferencing - problems