Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

HTML Server Controls

HTML Server Controls in ASP.Net


Sono gli elementi HTML classici, che possono essere resi programmabili lato server aggiungendo un attributo runat="server"


Server Control Descrizione
HtmlAnchor Elemento HTML <a>
HtmlButton Elemento HTML <button>
HtmlForm Elemento HTML <form>
HtmlGeneric Elementi generici come <body>, <div>, <span>, etc.
HtmlImage Elemento HTML <image>
HtmlInputButton Elemento HTML <input type="button">, <input type="submit">, e <input type="reset">
HtmlInputCheckBox Elemento HTML <input type="checkbox">
HtmlInputFile Elemento HTML <input type="file">
HtmlInputHidden Elemento HTML <input type="hidden">
HtmlInputImage Elemento HTML <input type="image">
HtmlInputRadioButton Elemento HTML <input type="radio">
HtmlInputText Elemento HTML <input type="text"> e <input type="password">
HtmlSelect Elemento HTML <select>
HtmlTable
HtmlTableCell
HtmlTableRow
Elementi HTML <table>,<td>, <th> e <tr>
HtmlTextArea Elemento HTML <textarea>


Stampa la pagina


 

Inizio pagina

risorse per webmaster