Example #1
0
 private void ShowPwd()
 {
     int Sgrade = Int32.Parse(DDLgrade.SelectedValue);
     int Sclass = Int32.Parse(DDLclass.SelectedValue);
     LearnSite.BLL.Room rm = new LearnSite.BLL.Room();
     TextBoxPwd.Text = rm.GetRoomPwd(Sgrade, Sclass);
 }
Example #2
0
    private void ShowPwd()
    {
        int Sgrade = Int32.Parse(DDLgrade.SelectedValue);
        int Sclass = Int32.Parse(DDLclass.SelectedValue);

        LearnSite.BLL.Room rm = new LearnSite.BLL.Room();
        TextBoxPwd.Text = rm.GetRoomPwd(Sgrade, Sclass);
    }