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
Administrator
Tech Writer
2.2k
1.5m
System.ObjectDisposedException
Feb 25 2003 2:51 PM
Hi, I am facing the "System.ObjectDisposedException" when form1 calls form2. I have created a form (form1). when I click on the button it shd call another form (form2). private void enter_Click(object sender, System.EventArgs e) { frm.Show(); } This is showing the form2. But when I click again on the button, its showing the following error.. Additional information: Cannot access a disposed object named "Form2". Unhandled Exception: System.ObjectDisposedException: Cannot access a disposed object named "Form2". Object name: "Form2". Pl suggest. Cheers Rajesh
Reply
Answers (
1
)
ListBox
Problem with customization of DataGridColumnStyle