onchange event not fire in google chrome
Posted
by purnang.advant
on Stack Overflow
See other posts from Stack Overflow
or by purnang.advant
Published on 2010-03-25T14:50:51Z
Indexed on
2010/03/25
14:53 UTC
Read the original article
Hit count: 519
I have a web application build on asp.net, the Textbox onchange event not working in chrome? On page load i wrote this code,
textbox1.Attributes.Add("onchange", "SetEditDataFlag();");
SetEditDataFlag() -- it is a javascript function. When I browse the application in chrome then this function is not called when i changed some value on the textbox.Its working properly in IE.
Thanks in advance.Please help me.
© Stack Overflow or respective owner