I've created a usercontrol, that contains a number of form fields, everything normal, right?
If i don't have the
-tag the page of course complains that i need to have my dropdownlist inside a form with runat=server, however, if i insert the aforementioned tag, i get "A page can have only one server-side Form tag."
I don't have any form tag in my user control, the user control macro is included in the master template, and the child template doesn't have any form either.
Am I doing something wrong, or is the <?ASPNET_FORM> replaced twice?
Starting top pull my hair here...
/S