Uygulamanın Görüntüsü Aşağıdaki Gibidir.
Kodlarımız Aşağıdaki Gibi Olacaktır:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void buttongonder_Click(object sender, EventArgs e)
{
labelsonuc.Text = textboxad.Text + " " + textboxsoy.Text + " " + RadioButtonList1.SelectedItem.Text;
}
NOT:Arkadaşlar kodları yazarken butonla ile ilgili kodları buton'un üstüne çift tıkladıktan sonra çıkan cs sayfasındaki yere yazıyoruz.Diğerlerindede aynı işlemi uyguluyoruz.
Hiç yorum yok:
Yorum Gönder