Exemplo n.º 1
0
        private void Rollnobtn_Click(object sender, EventArgs e)
        {
            Searchstudent_info srchinfo = new Searchstudent_info(this);

            srchinfo.ShowDialog();
            if (Rollnotxtbox.Text == null)
            {
                MessageBox.Show("Enter your correct Roll Number");
            }
        }
Exemplo n.º 2
0
        private void regnobtn_Click(object sender, EventArgs e)
        {
            Searchstudent_info srchinfo = new Searchstudent_info(this);

            srchinfo.ShowDialog();
        }