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
Xavier Henry
NA
4
2.1k
code error
Oct 14 2014 5:12 AM
"cannot implicitly convert type int to string" can someone tell me how to correct this error.
this is my code:
int num1,num2,num3;
if(num1<num2&&num1<num3)
txtLow.Text=(num1);
else if(num2<num1&&num2<num3)
txtLow.Text=(num2);
else
txtLow.Text=(num3);
it's a windows application that will display the lowest number.
Reply
Answers (
3
)
connection string
Devexpress Xtra reports