R
Richard Bailey
Howdy. I've got a simple problem that has been driving me bananas.
Most of our website is still written in ASP.NET 1.1. While working on
some web apps visual studio will take some tags like :
<form id=Form1 method=post encType="multipart/form-data" runat="server">
And re-write them to be
<form id=Form1 method=post encType=multipart/form-data runat="server">
While switching from HTML view to design view. I don't mind tags
without quotes but that tag throws a "server tag is not well formed
error" without the quotes around the encType. I've been working around
it by starting VS in HTML view and staying out of design view but for
obvious reasons thats not very convenient.
It seems to be pretty random about what it will re-write and remove the
quotes from. I've tried shutting off just about everything I can in the
editor settings but haven't had any luck. Any idea how I can stop it
from doing this?
Thanks in advance
Richard
Most of our website is still written in ASP.NET 1.1. While working on
some web apps visual studio will take some tags like :
<form id=Form1 method=post encType="multipart/form-data" runat="server">
And re-write them to be
<form id=Form1 method=post encType=multipart/form-data runat="server">
While switching from HTML view to design view. I don't mind tags
without quotes but that tag throws a "server tag is not well formed
error" without the quotes around the encType. I've been working around
it by starting VS in HTML view and staying out of design view but for
obvious reasons thats not very convenient.
It seems to be pretty random about what it will re-write and remove the
quotes from. I've tried shutting off just about everything I can in the
editor settings but haven't had any luck. Any idea how I can stop it
from doing this?
Thanks in advance
Richard