July 19, 2002 - ASP.NET Tags | WebReference

July 19, 2002 - ASP.NET Tags

Yehuda Shiran July 19, 2002
ASP.NET Tags
Tips: July 2002

Yehuda Shiran, Ph.D.
Doc JavaScript

The syntax of ASP.NET is based on tags, also called controls. Each tag has its own parameters which control its appearance and behavior. Here is the list of ASP.NET tags (controls):

asp:Button
  • asp:Label
  • asp:Literal
  • asp:TextBox
  • asp:CheckBox
  • asp:RadioButton
  • asp:RadioButtonList
  • asp:DropDownList
  • asp:ListBox
  • asp:Button
  • asp:LinkButton
  • asp:ImageButton
  • asp:Image
  • asp:AdRotator
  • asp:Panel
  • asp:PlaceHolder
  • asp:Table
  • asp:Calendar
  • asp:DataGrid
  • asp:DataList
  • asp:RegularExpressionValidator
  • asp:RequiredFieldValidator
  • a
  • sp:CompareValidator
  • asp:RangeValidator
  • asp:CustomValidator
  • asp:ValidationSummary
  • asp:Xml

    To learn more about JScript .NET and ASP.NET, go to Column 113, JScript .NET, Part VII: Consuming add from ASP.NET.