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
Martin Andersson
NA
2
0
Null Null Lovley Null
Oct 5 2006 4:47 PM
Newbie question ;) Iget a nullrefernce in: private void lvProduct_SelectedIndexChanged(object sender, EventArgs e) { if (lvCurrentProducts.FocusedItem.Equals(null)) { MessageBox.Show("Null null ja sa nuull"); if (lvCurrentProducts.FocusedItem.Text != " ") { CurrentProductID = int.Parse(lvCurrentProducts.FocusedItem.Text); } else { CurrentProductID = 99999; } } Please Help :)
Reply
Answers (
0
)
Programming Music Devices
!!!!!! having problem with pocket PC connection to web service !!!!