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
anil john
NA
156
210.5k
datagridview
Sep 1 2012 5:15 AM
I am getting an error:object reference not set to an instance of an object
ma code:
for (int i = 0; i < dgPreveleges.RowCount - 1; i++)
{
if((string)dgPreveleges.Rows[i].Cells["dgColSelectAll"].Value.ToString () == "false")
{
MessageBox.Show("hi");
}
}
plz help me to rectify this error
Reply
Answers (
2
)
database
Hello, We have a problem deserializing an object that was serialized with older Devex version: The o...