Kod: Tümünü seç
private void btn1_Click(object sender, System.EventArgs e)
{
if (Session["sptsay"] != null)
{
Session["sptsay"]=1;
}
else
{
Session["sptsay"] = Convert.ToInt32(Session["sptsay"]) + 1;
TextBox1.Text=Convert.ToString( Session["sptsay"]);
}