Example #1
0
 private void closeFrmLoading(bool _val)
 {
     frmLoading.Close();
     if (this.dt.Rows.Count > 0)
     {
         radLabel1.Text = SetPaging();
     }
     else
     {
         radLabel1.Text = "1/1";
     }
 }
Example #2
0
 private void closeFrmLoading(bool _val)
 {
     frmLoading.Close();
 }