Hi there,
Am calling a form from a button in another form. And then I am calling the form as
frmSubCDetails subDetails = new frmSubCDetails();
subDetails.Show();
in a button which is in the View Submit form.What I want is how can I make the items in the from frmSubCDetails disable
when the form load, I cannot write the code for enabling and disabling the code in the frmSubCDetails form because it is called in another place also,
so is there any other way that I can do this,
thanxxxxxxxxxxx