protected void Page_Load(object sender, EventArgs e) { dtUyeler.DataSource = kullanicilar.AdminUyeBilgiGetir(); dtUyeler.DataBind(); }