I have two ASP.NET form living in the same page. I some problems because the hidden fields below get the same name and id.
Is there some way I can change these for one of the forms? (They are also not optimal for validation).
I need the services the viewstate provides, but perhaps I could disable it on form level, and use it at a lower (control) level?