JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Setting Control Border Style

A number of Web server controls, such as labels and text boxes, let you set their border style (although note that not all border styles will be supported by all browsers). You set the BorderStyle property to one of these values:

  • Dashed— A dashed line border.

  • Dotted— A dotted line border.

  • Double— A double solid line border.

  • Groove— A grooved border.

  • Inset— An inset border.

  • None— No border.

  • NotSet— No set border style.

  • Outset— An outset border.

  • Ridge— A ridged border.

  • Solid— A solid line border.

Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor