Hi,

Can anybody let me know how to stop the postback event on button click in firefox.

Thanks in advance.

Disabling JavaScript would probably do it. I think the post-back is just an onClick handler (actually here's one: onclick="javascript:setTimeout('__doPostBack(\'CheckBox1\',\'\')', 0)" ). Or hit escape really quickly.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.