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
Mustafa TURK
NA
7
513
Got ObjectDisposedExceptionerror after opening
Aug 2 2017 7:56 PM
I get ObjectDisposedException after opening of the program.
The program is a form app and uses sqlite. I think it happens because I try to access form elements. I read some articles about this issue but I could not resolve.
Form(){
CheckForIllegalCrossThreadCalls = false;
// other codes
}
private void button1_Click(object sender, EventArgs e)
{
panel1.Visible = false;
panel2.Visible = true;
List
products = new DbOperations().getAllProducts();
BindingSource source = new BindingSource();
source.DataSource = products;
dataGridView1.DataSource = source;
}
at this point, I got that error.
Reply
Answers (
3
)
How to stop a loop when its the end of database
set value of txtbox inside iframe of different domain.