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
Praveen Maurya
NA
146
26.9k
please suggest data type for decimal value
Apr 7 2018 12:17 PM
i am trying to pass a decimal value through a textbox and want to store into a sql table i am trying this code but it is giving error
"input string was not in current format"
please suggest is there any thig issue in this or what code is better to use for
my code is as below
string total = textBox10.Text;
double itotal = Int64.Parse(total);
Reply
Answers (
4
)
transfer value from textbox and a table1 to another table2
Search in Window using C-sharp