G
Guest
when i am writing a program in c# using windows app I am getting this error
message as System.Windows.Forms.Control.Text is inaccessable due to its
protection level.
In the design window when i am placing some controls like textbox,label and
button.---my code the code displayed is as follows
public class form1:system.windows.forms.form
{
private system.windows.forms.button button1;
private system.windows.forms.button button2;
Why is it taking private automatically??
Help me out
message as System.Windows.Forms.Control.Text is inaccessable due to its
protection level.
In the design window when i am placing some controls like textbox,label and
button.---my code the code displayed is as follows
public class form1:system.windows.forms.form
{
private system.windows.forms.button button1;
private system.windows.forms.button button2;
Why is it taking private automatically??
Help me out