Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
javescript onPropertyChange event not working in Google Chrome browser, please anybody help me, if there is any alternatives, i need to findout if the textbox value changed programatically

<asp:TextBox ID="TextBox1" runat="server"  onPropertyChange="load();"></asp:TextBox>
Posted

1 solution

As far as I know, OnPropertyChange is an IE only event.
Handling in Firefox[^]
OnPropertyChange[^]
Please go through the above two links, the first one is handling in Firefox, I guess handling in Chrome would be in a similar fashion.
I hope this helps.
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