Nitin Taneja
I can think of nothing less pleasurable than a life devoted to pleasure !!
Monday, September 02, 2013
__doPostBack not firing the Button Click event for IE9, it was working fine till IE8
Buttons are capable of raising submit event so i would recommend not use __dopostback for buttons
Rather code
__doPostBack(buttonID,"OnClick")
can be replaced by
document.all('buttonID').click()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment