Keep LinkButton from postback

D

DavidC

I have a LinkButton that I only want it to run a javascript function at the
client so I put OnClientClick="return showdiv();" on it and the function
returns false but the form still does a postback. How can I stop this?
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top