<asp:RadioButtonList ID="Load_TeslimatAdres" runat="server" RepeatDirection="Vertical" BorderStyle="None"></asp:RadioButtonList>

<asp:RadioButtonList ID="Load_FaturaAdres" runat="server" RepeatDirection="Vertical" BorderStyle="None"></asp:RadioButtonList>

<asp:Button  ID="Sepet_DevamEt" runat="server" Text="Siparişi Tamamla" OnClick="btn_TAMAMLA_Ekle_Click"  CssClass="process-btn" />

protected void btn_TAMAMLA_Ekle_Click(object sender, EventArgs e)
        {

         if (Load_TeslimatAdres.SelectedIndex < 0 || Load_FaturaAdres.SelectedIndex < 0)
         {
                Load_Sonuc.Text = "Adres seçilmedi.";

         }
         else
         {

                Load_Sonuc_Olumlu.Text = "Sipariş gönderildi.";
         }
}

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir