text change event only get fired if your text is changed, if you entered “abc” first time and second time you have entered “abc” again then ASP.Net will compare last value with this new value if both are same then text change event will not get fired , my textbox is in updatepanel