1
1
---
2
2
layout : 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.
5
5
platform : aspnet
6
6
control : DropDownList
7
7
documentation : ug
8
8
keywords : Customization, DropDownList, dropdown, watermark text
9
9
10
10
---
11
11
12
- # Customization
12
+
13
+ # Customization in ASP.NET Web Forms DropDownList
13
14
14
15
## Adding watermark text
15
16
@@ -29,9 +30,9 @@ It provides the short description of the expected value in dropdown and will dis
29
30
30
31
{% endhighlight %}
31
32
32
- ![ ] ( Customization_images/Customization_img1 .jpeg)
33
+ ![ Customization in ASP.NET Web Forms DropDownList. ] ( customization_images/aspnet-web-forms-dropdownlist-customization .jpeg)
33
34
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)
35
36
36
37
## Applying Rounded Corner
37
38
@@ -51,7 +52,7 @@ You can use ShowRoundedCorner property to add rounded borders to the input and p
51
52
52
53
{% endhighlight %}
53
54
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)
55
56
56
57
I> The browser support details for rounded corner is given [ here] ( http://www.w3schools.com/cssref/css3_pr_border-radius.asp ) .
57
58
@@ -73,7 +74,7 @@ The Enabled property is used to indicate whether the control can respond to the
73
74
74
75
{% endhighlight %}
75
76
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)
77
78
78
79
## Applying HTML Attributes
79
80
@@ -110,5 +111,5 @@ Additional HTML attributes can be applied to the control by using HtmlAttributes
110
111
111
112
{% endtabs %}
112
113
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)
114
115
0 commit comments