hi,
I have create a class named "CLASS1.cs".I have written the code for loading the Data into DataGridView.How Should i call that into my form1.cs.
Thank You
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
StefanPosted Apr 16, 2009, 1:23 PM
Then, just call the method from that new instance: "class1.Method1();"
Hope this helps! Please post back if this is not what you are looking for, or if you have questions.