Re: <form> syntax
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Sun, 8 Apr 2007 18:37:16 -0400
re:
The ASP.NET Web Form Control, not *HTML Form Control*.
May I repeat my statement, so your mistaken impression is corrected ?
!> The *asp.net html form control*
From the page link I sent :
http://msdn2.microsoft.com/en-us/library/620b4fzf(VS.71).aspx
You can indicate that an HTML element should be parsed and
treated as a server control by adding a runat="server" attribute.
Furthermore, the HtmlForm Control creates a server-side control that maps to the
<form> HTML element and allows you to create a container for elements in a web page.
In essence, the "ASP.NET Web Form Control" is an HTML Form Control which,
by adding the runat="server" property, is processed server-side.
HTH...
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Scott M." <s-mar@xxxxxxxxxxxxx> wrote in message news:%23kjIigieHHA.5044@xxxxxxxxxxxxxxxxxxxxxxx
The ASP.NET Web Form Control, not *HTML Form Control*. If it's an ASP.NET control, it's not (by
definition) an HTML control as well.
"Juan T. Llibre" <nomailreplies@xxxxxxxxxxx> wrote in message
news:eiq%23lxeeHHA.4308@xxxxxxxxxxxxxxxxxxxxxxx
The *asp.net html form control* reference, not the html form reference.
See :
http://msdn2.microsoft.com/en-us/library/620b4fzf(VS.71).aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Coward 9" <Coward9@xxxxxxxxx> wrote in message
news:1176042781.912551.121050@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HI,
I saw in an example hello.aspx, there is a <form tag> being used like
<form runat="server>
I search all html tag references and could NOT find "runat" attributes
for <form> tag.
which reference should I use in order to find that?
Thanks,
.
- Follow-Ups:
- Re: <form> syntax
- From: Scott M.
- Re: <form> syntax
- References:
- <form> syntax
- From: Coward 9
- Re: <form> syntax
- From: Juan T. Llibre
- Re: <form> syntax
- From: Scott M.
- <form> syntax
- Prev by Date: Re: <form> syntax
- Next by Date: Re: asp to asp.net converter
- Previous by thread: Re: <form> syntax
- Next by thread: Re: <form> syntax
- Index(es):
Relevant Pages
|