Button:
Checkbox:
Dropdown List:
- Item 1Item 1
- Item 2Item 2
- Item 3Item 3
- Item 4Item 4
- Item 5Item 5
- Item 6Item 6
- Item 7Item 7
- Item 8Item 8
- Item 9Item 9
- Item 10Item 10
Radio Button:
Textbox:
Multiline Textbox:
The ASP.NET Interface Controls can be customized using ASP.NET Themes/Skins. It is recommended to use
this approach, so that you keep the common settings for all the interface controls in your project in a single
location (in the .skin file).
Thus, each time you need to propagate a change related to the controls in all the pages of your project, you need to modify a single file, which saves time and prevents you from generating bugs.