I have a form with a text box:
wherever value changed by typing, showing alert message by KeyPress event, but it does not work if “Use AutoComplete for Form” is enable in IE and then whenever user double click and select text from a list of “possible entries, user have typed before”.
I have a form with a text box: wherever value changed by typing, showing
Share
Use the client-side “onpropertychange” event for this purpose:
Here is the solution for both the standard and DevExpress (it looks like you are using it) textboxes: