2
Answers

I want to get the balance leave

Ask a question
narasiman rao

narasiman rao

11y
1.1k
1
i have following fields in the application as follows;


Eligibility Leave       36   Texbox1

Availed  Leave         3    Textbox2

Balance                  33    Textbox3


when i type availed leave 3 in Textbox2  i want the output as 33(Balance).

 private void txt_availed_TextChanged(object sender, EventArgs e)
        {
         
        }

Please help me.

Answers (2)