Merhaba arkadaşlar size kolay bir çalışma sunacağım.Program tamamen bana aittir.Basit bir uygulama umarım beğenirsiniz.
TASARIM
SORGULA BUTON KODLARI
ÇALIŞTIRDIĞIMIZDA
KODLARIN TAMAMI
protected void Button1_Click1(object sender, EventArgs e)
{
if (DropDownList1.SelectedIndex == 0)
{
Label1.Text = "Transfer Ücreti:94 Milyon €";
}
if (DropDownList1.SelectedIndex == 1)
{
Label1.Text = " Transfer Ücreti:8 Milyon €";
}
if (DropDownList1.SelectedIndex == 2)
{
Label1.Text = "Transfer Ücreti:20 Milyon €";
}
if (DropDownList1.SelectedIndex == 3)
{
Label1.Text = "Transfer Ücreti:98 Milyon €";
}
if (DropDownList1.SelectedIndex == 4)
{
Label1.Text = "Transfer Ücreti:86 Milyon €";
}
TASARIM
SORGULA BUTON KODLARI
ÇALIŞTIRDIĞIMIZDA
KODLARIN TAMAMI
protected void Button1_Click1(object sender, EventArgs e)
{
if (DropDownList1.SelectedIndex == 0)
{
Label1.Text = "Transfer Ücreti:94 Milyon €";
}
if (DropDownList1.SelectedIndex == 1)
{
Label1.Text = " Transfer Ücreti:8 Milyon €";
}
if (DropDownList1.SelectedIndex == 2)
{
Label1.Text = "Transfer Ücreti:20 Milyon €";
}
if (DropDownList1.SelectedIndex == 3)
{
Label1.Text = "Transfer Ücreti:98 Milyon €";
}
if (DropDownList1.SelectedIndex == 4)
{
Label1.Text = "Transfer Ücreti:86 Milyon €";
}
Yorumlar
Yorum Gönder