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
Venkata Subbareddy
997
770
99.3k
How to convert the String To Inteeger in dropdown value
May 27 2015 7:17 AM
hi,
How to convert the String To Inteeger in dropdown value
suppose my dropdown value "Bangloor" and my count value 2..
o/p: Bangloor+2 Actually This is perfectly Answer..
But I got only DropDown value so in the below i insert my code let me know Any Modifications..
int count = Convert.ToInt16(com.ExecuteScalar()) + 2;
dp1.Text = "dp1.SelectedValue" + count;
Reply
Answers (
2
)
Regex in C#
HOW to use angularjs with MVC and web api