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
tamara
NA
2
0
Working with objects in array-need help
Sep 17 2009 1:00 PM
Hi, im doing very simple app and i wanna create array of sudents(std) and each std has array(3) grades-grade is a class as well.So each std has array of grades.Each grade has name and stdGrade.So each std has arrray of grade objects.Im trying to init std: GradeClass[] stdGradeArr = new GradeClass[3]; Console.WriteLine("Std Grade for Math"); stdGradeArr [0].StdGrade = int.Parse (Console.ReadLine()); and i get error:obj ref not set to an instance of obj...
Reply
Answers (
2
)
Convert dataGridView to dataTable
How would you have done it?