C# substring ile sondan karakter kesme

 
         protected void btnKes_Click(object sender, EventArgs e)
        {
            lblKesilmis.Text = txtDeger.Text.Substring(0, txtDeger.Text.Length - 3);
        }
 
 
 
 

Yorumlar