Keep LinkButton from postback

  • Thread starter Thread starter DavidC
  • Start date Start date
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.
 
Back
Top