Click here to Skip to main content
15,921,463 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my project ,I want doing some work in TextChanged event in Textbox. But it is not working. The Textchanged event is not fired.
I give following
protected void txttc_TextChanged(object sender, EventArgs e)
   {
       calctotal();
   }

Please help me.
Posted
Updated 20-Mar-12 23:02pm
v2

1 solution

make sure that you enable AutoPostBack property for the textbox
 
Share this answer
 
Comments
devausha 21-Mar-12 5:06am    
Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900