Hi...
I have 1 .class file and 1 form.cs file.
I want to call a function from form.cs on button click. but i am unable to do that. I was creating an object for it still it throws an exception in .class file.
Let me know how to solve it.....
Advance Thanks....
Loading
raj aryanPosted Oct 4, 2012, 12:05 AM
VulpesPosted Oct 1, 2012, 5:49 AM
Sukesh MarlaPosted Oct 1, 2012, 4:27 AM
venkata kumarPosted Oct 1, 2012, 2:30 AM
check the class it is public class or not
public class sample
{
}