Re: <form> syntax

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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,







.



Relevant Pages

  • Re:
    syntax
    ... But you should not nitpick while posting mistaken information. ... The *asp.net html form control* reference, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: HTML Form value retrieval
    ... > I have an aspx page whose purpose is to read a customer-provided HTML ... Neither the "form" tag nor ... control of the form contents, and look and feel of the form. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Need help with using IE DateTimePicker ActiveX control.
    ... I am using the html tag to embed the MS DateTimePicker ActiveX ... control. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: using a control from within a control
    ... It does not matter if the tag is manually coded into the ... HTML part of the page or if it is a control that finally outputs the ... All you have to do is to set the src to the page ...
    (microsoft.public.dotnet.framework.aspnet.buildingcontrols)
  • Adding an data bindable attribute to option tag in ListBox
    ... I would like to use the asp:listbox control to display this data in its ... so the final generated html would look something like ... I realize this is going to probably entail creating a custom control. ... see ways to add static attributes to the select tag. ...
    (microsoft.public.dotnet.framework.aspnet)