R
rayreeves
I have a dozen buttons on the form with typical HTML code: <asp:
RadioButton id = "RadioButton2" ... runat = "server" ... >
</asp:RadioButton>
It compiles, but when run I get:
Control 'RadioButton2' of type 'RadioButton' must be placed inside a form
tag with runat=server.
RadioButton2 is just the first on the list. The same error occurs whichever
button is first.
Ray Reeves
RadioButton id = "RadioButton2" ... runat = "server" ... >
</asp:RadioButton>
It compiles, but when run I get:
Control 'RadioButton2' of type 'RadioButton' must be placed inside a form
tag with runat=server.
RadioButton2 is just the first on the list. The same error occurs whichever
button is first.
Ray Reeves