| HTML Tutorials |
|
|
| XML Tutorials |
|
|
| Browser Scripting |
|
|
| Server Scripting |
|
|
| .NET (dotnet) |
|
|
| Multimedia |
|
|
| Web Building |
|
|
| Java Tutorials |
|
|
| Programming Langauges |
|
|
| Soft Skills |
|
|
|
|
HTML server controls are HTML tags that are understood by the server.
|
|
HTML Server Controls
|
|
HTML elements in ASP.NET files are, by default, treated as text and to make these elements programmable, add a runat="server" attribute to the HTML element. This attribute always indicates that the element should be treated as a server control.
Note: All HTML server controls must be placed within a <form> tag with the runat="server" attribute!
Note: ASP.NET requires that all HTML elements must be properly nested and properly closed.
|
| HTML Server Control |
Description |
| HtmlAnchor |
Controls an <a> HTML element |
| HtmlButton |
Controls a <button> HTML element |
| HtmlForm |
Controls a <form> HTML element |
| HtmlGeneric |
Controls other HTML element not specified by a specific
HTML server control, like <body>, <div>, <span>, etc. |
| HtmlImage |
Controls an <image> HTML element |
| HtmlInputButton |
Controls <input type="button">, <input type="submit">,
and <input type="reset"> HTML elements |
| HtmlInputCheckBox |
Controls an <input type="checkbox"> HTML element |
| HtmlInputFile |
Controls an <input type="file"> HTML element |
| HtmlInputHidden |
Controls an <input type="hidden"> HTML element |
| HtmlInputImage |
Controls an <input type="image"> HTML element |
| HtmlInputRadioButton |
Controls an <input type="radio"> HTML element |
| HtmlInputText |
Controls <input type="text"> and <input
type="password"> HTML elements |
| HtmlSelect |
Controls a <select> HTML element |
| HtmlTable |
Controls a <table> HTML element |
| HtmlTableCell |
Controls <td>and <th> HTML elements |
| HtmlTableRow |
Controls a <tr> HTML element |
| HtmlTextArea |
Controls a <textarea> HTML element |
|
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:
HTML Server Controls,
html server control,
asp net controls,
asp net server controls,
vb net controls,
asp net html,
how to server,
web page html,
counter strike server,
c# controls,
html reference,
javascript controls,
html tutorial,
html forms,
asp controls,
creating server controls,
html button,
aspx controls,
vb controls,
net controls,
form html,
html attributes,
web server controls,
html code,
table html,
html function,
html event,
html properties,
image html,
page controls,
controls add,
html script,
custom controls
|
|
| HTML Quizes |
|
|
| XML Quizes |
|
|
| Browser Scripting Quizes |
|
|
| Server Scripting Quizes |
|
|
| .NET (dotnet) Quizes |
|
|
| Multimedia Quizes |
|
|
| Web Building Quizes |
|
|
| Java Quizes |
|
|
| Programming Langauges Quizes |
|
|
| Soft Skills Quizes |
|
|
|