It seems like I can't set the id or name of the form in my masterpage. [it's always "aspnetForm"]
Is there a way to override the uniqueID property of form?
I tried to create a class and inherit from htmlform, but then i can't register it on my mastrepage, [unknown server tag ... ]
im registering it like this
<%@ Register TagPrefix="cf" Namespace="Framework.BaseForm" %>