views:

18

answers:

0

So right now it all looks pretty with ...

<button type="submit" runat="server" name="subscribe" id="Button1" class="link-button" onserverclick="saveListing">

Until it is time to validate the data before calling saveListing function codebehind (in VB .Net).

How can true/false be return so that when true saveListing will be called, otherwise not?

Thank you.