This is a discussion on Re: Stop .Net editor from adding ID parameters to tags? - DOTNET ; ahhh, don't use the vs 2k3 editor? The purpose of the editor is to allow users to easily add .net server controls. ASP.net communicates with these controls via the "ID" tag much like javascript uses the "name" tag of controls. ...
ahhh, don't use the vs 2k3 editor?
The purpose of the editor is to allow users to easily add .net server
controls. ASP.net communicates with these controls via the "ID" tag much
like javascript uses the "name" tag of controls. If you don't want these
tags, then don't use server controls, in the left most ide panel where you
select you control, click "HTML Controls" not "Server Control" and you will
get the standard html controls that your used to.
HTH
Nick Harris
"Seeker" <dont.spam@me.here> wrote in message
news:YM46c.844167$ts4.770280@pd7tw3no...
> I'm trying to use the VS.Net 2K3 editor to edit some ASP code. For some
> reason .Net insists on adding ID parameters to my form tags. This is VERY
> annoying...
>
> How can I stop this?
>
> Thx!
>
>