Beispiel #1
0
 protected void _lstSepet_ItemDataBound(object sender, RepeaterItemEventArgs e)
 {
     try
     {
         if (Request.QueryString["Guncelle"].ToString() != "")
         {
             TextBox _txAdet = (TextBox)e.Item.FindControl("Text1");
             _clsSepet.Guncelle(Request.QueryString["Guncelle"].ToString(), Convert.ToInt32(_txAdet.Text));
         }
     }
     catch (Exception)
     {
     }
 }