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
karthik parcha
NA
153
93.1k
Conversion Error:Input string was not in correct format
Jan 30 2012 4:40 AM
HI
This is my code
paramCol[2] = new SqlParameter("@SalesWeek", SqlDbType.TinyInt);
paramCol[2].Value =Convert.ToByte(lblSalesWeek.Text.Trim());
In my Storedprocedure Sakesweek datatype is Tiny int
so when i convert getting error like input string was not in correct format
plz help me
how to convert this code
Reply
Answers (
2
)
Constantly update a control in the background
Converting string to decimal type-Input string was not in a correct format.