private void button1_Click(object sender, EventArgs e)
{
frmteacher frm = new frmteacher(this);
frm.lblSET.text = "S";
frm.Show();
}
error occured in lblSET.Text
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.
Ranjit PowarPosted Sep 30, 2018, 1:04 AM
Technical guruPosted Oct 2, 2018, 11:49 PM