Why does asp.net wrap the page in a form?
Posted
by Frankie Laguna
on Stack Overflow
See other posts from Stack Overflow
or by Frankie Laguna
Published on 2010-06-14T14:52:35Z
Indexed on
2010/06/14
15:02 UTC
Read the original article
Hit count: 328
I'm a PHP developer who has to work on ASP.net projects and I'm wondering why every page is wrapped in a form. This just doesn't make sense to me.
Also What's with all the hidden input fields especially the "View State" one.
© Stack Overflow or respective owner