Prev: error: The installer was interrupted before ....
Next: Converting website type project tot ASP.NET Web application
From: DavidC on 3 Feb 2010 15:50 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. -- David
From: DavidC on 3 Feb 2010 16:09
Ignore this. There was an error in the javascript function. -- David "DavidC" wrote: > 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. > -- > David |