I would really like to disable the rendering for the form tag. Basically asp.net will be providing read only pages which should be very clean. i.e, no form tags required
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take it out of the markup then. I don’t think it’s required if you’re only providing read-only access. I’m able to create straight .aspx files on the web server without the form tag, and they work fine. Don’t expect your postbacks to work, though.