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
Aleena Saviour
NA
519
87.7k
Convertion of object type data into Integer
Nov 3 2016 7:15 AM
How to convert object to integer.?
object result = cmd.ExecuteScalar();
int id = Convert.ToInt32(result);
this code gives me error..
Reply
Answers (
9
)
Exception while assigning cmd.ExecuteReader() to a variable
performance issue