I have a master page in this web project I'm busy with.
The problem is I can't seem to change the form name.
but it is rendered as:
Is the a way around this?
I also have a FormView that has a couple of RadioButtonList and the client renders those radio buttons as:
I need to do some JavaScript and this is not working.
The problem is I can't seem to change the form name.
Code:
<form id="Customers" runat="server">
</form>
but it is rendered as:
Code:
<form name="aspnetForm" id="aspnetForm">
I also have a FormView that has a couple of RadioButtonList and the client renders those radio buttons as:
Code:
<input id="[B]ctl00_bottom[/B]_FormView1_RadioButtonList1_0" type="radio" name="[B]ctl00$bottom$FormView1$RadioButtonList1[/B]">