Is there a way to change the onsubmit parameter of a form in an asp.net project, specifically from the master page code behind of a child page?
I am interested in updating the form value so that it looks like this:
<form id="form1" runat="server" onsubmit="SetPostbackValues()">