Exemplo n.º 1
0
        void TumUyeGridVerileri() //YÖNETİCİ İÇİN TÜM ÜYELER
        {
            TumUyelerGridView.DataSource = null;
            DataTable dt = BLL_Uye.TumUyeler();

            TumUyelerGridView.DataSource = dt;
            TumUyelerGridView.Refresh();
        }
Exemplo n.º 2
0
 private void KullaniciIstatistikMenuItem_Click(object sender, EventArgs e)
 {
     tabControl1.SelectTab(KullaniciIstatistikPage);
     TumUyelerGridView.ClearSelection();
 }