11---
22layout : post
3- title : Customization in DropDownList control for Syncfusion ASP.NET WebForm
4- description : Customization in DropDownList control for Syncfusion ASP.NET WebForm
3+ title : Customization in ASP.NET Web Forms DropDownList Control | Syncfusion
4+ description : Learn here all about customization support in Syncfusion Essential ASP.NET Web Forms DropDownList control, it's elements and more.
55platform : aspnet
66control : DropDownList
77documentation : ug
88keywords : Customization, DropDownList, dropdown, watermark text
99
1010---
1111
12- # Customization
12+
13+ # Customization in ASP.NET Web Forms DropDownList
1314
1415## Adding watermark text
1516
@@ -29,9 +30,9 @@ It provides the short description of the expected value in dropdown and will dis
2930
3031{% endhighlight %}
3132
32- ![ ] ( Customization_images/Customization_img1 .jpeg)
33+ ![ Customization in ASP.NET Web Forms DropDownList. ] ( customization_images/aspnet-web-forms-dropdownlist-customization .jpeg)
3334
34- ![ ] ( Customization_images/Customization_img2 .jpeg)
35+ ![ Adding watermark text in ASP.NET Web Forms DropDownList. ] ( customization_images/aspnet-web-forms-dropdownlist-adding-watermark-text .jpeg)
3536
3637## Applying Rounded Corner
3738
@@ -51,7 +52,7 @@ You can use ShowRoundedCorner property to add rounded borders to the input and p
5152
5253{% endhighlight %}
5354
54- ![ ] ( Customization_images/Customization_img3 .jpeg)
55+ ![ Applying rounded corner in ASP.NET Web Forms DropDownList. ] ( customization_images/aspnet-web-forms-dropdownlist-applying-rounded-corner .jpeg)
5556
5657I> The browser support details for rounded corner is given [ here] ( http://www.w3schools.com/cssref/css3_pr_border-radius.asp ) .
5758
@@ -73,7 +74,7 @@ The Enabled property is used to indicate whether the control can respond to the
7374
7475{% endhighlight %}
7576
76- ![ ] ( Customization_images/Customization_img4 .jpeg)
77+ ![ Enable or disable in ASP.NET Web Forms DropDownList. ] ( customization_images/aspnet-web-forms-dropdownlist-enable-or-disable .jpeg)
7778
7879## Applying HTML Attributes
7980
@@ -110,5 +111,5 @@ Additional HTML attributes can be applied to the control by using HtmlAttributes
110111
111112{% endtabs %}
112113
113- ![ ] ( Customization_images/Customization_img5 .jpeg)
114+ ![ Applying HTML attributes in ASP.NET Web Forms DropDownList. ] ( customization_images/aspnet-web-forms-dropdownlist-applying-html-attributes .jpeg)
114115
0 commit comments