Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1st time user enters (example 100) into the text box than textchanged event fires well. When the user types the "same value"(100) in the text box again textchanged event didn't fire at all.
Posted
Updated 30-Jun-15 21:55pm
v2
Comments
Suvendu Shekhar Giri 1-Jul-15 4:15am    
But, "TextChanged" means text need to be changed, isn't it?
And why do you want to fire the event if your logic is based on the user input which has not changed since the last execution has happened. Do you expect it to produce different result for same input ?
Ralf Meier 1-Jul-15 5:29am    
What to you want to achieve ?
Perhaps another Event is responsible ...

1 solution

Hi
No text change is happening on postback.so textchange event wont fire from server side.

you can use javascript functions like onblur to acheive that

Thanks
 
Share this answer
 

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