Hi Guys
I have the following line of code:
<asp:Button ID="btnsubmit" CssClass="FormButton" Text="Submit" OnClick="ValidateQuoteRequest();" runat="server" />
The Onclick perform a JS function.
When I run this I get a compilation error says that 'ValidateQuoteRequest' is not a member of 'ASP.quoterequest_aspx'
Looked at examples and don't know why this doesn't run
Kind regards
I have the following line of code:
<asp:Button ID="btnsubmit" CssClass="FormButton" Text="Submit" OnClick="ValidateQuoteRequest();" runat="server" />
The Onclick perform a JS function.
When I run this I get a compilation error says that 'ValidateQuoteRequest' is not a member of 'ASP.quoterequest_aspx'
Looked at examples and don't know why this doesn't run
Kind regards