Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-174654-ASPNET-ALT-TEXT-MISSING #489

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions aspnet/DropDownList/Customization.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Customization in DropDownList control for Syncfusion ASP.NET WebForm
description: Customization in DropDownList control for Syncfusion ASP.NET WebForm
description: Learn here about customization in DropDownList control for Syncfusion ASP.NET WebForm its elements and more
platform: aspnet
control: DropDownList
documentation: ug
keywords: Customization, DropDownList, dropdown, watermark text

---

# Customization
# Customization in ASP.NET DropDownList

## Adding watermark text

Expand All @@ -29,9 +29,9 @@ It provides the short description of the expected value in dropdown and will dis

{% endhighlight %}

![ ](Customization_images/Customization_img1.jpeg)
![Customization in ASPNET DropDownList](customization_images/aspnet-dropdownlist-customization.jpeg)
ashaamir marked this conversation as resolved.
Show resolved Hide resolved

![ ](Customization_images/Customization_img2.jpeg)
![ Adding watermark text in ASPNET DropDownList](customization_images/aspnet-dropdownlist-adding-watermark-text.jpeg)

## Applying Rounded Corner

Expand All @@ -51,7 +51,7 @@ You can use ShowRoundedCorner property to add rounded borders to the input and p

{% endhighlight %}

![ ](Customization_images/Customization_img3.jpeg)
![Applying Rounded Corner in ASPNET DropDownList ](customization_images/aspnet-dropdownlist-applying-rounded-corner.jpeg)

I> The browser support details for rounded corner is given [here](http://www.w3schools.com/cssref/css3_pr_border-radius.asp).

Expand All @@ -73,7 +73,7 @@ The Enabled property is used to indicate whether the control can respond to the

{% endhighlight %}

![ ](Customization_images/Customization_img4.jpeg)
![Enable/Disable the Control ](customization_images/aspnet-dropdownlist-enable-disable-the-control.jpeg)

## Applying HTML Attributes

Expand Down Expand Up @@ -110,5 +110,5 @@ Additional HTML attributes can be applied to the control by using HtmlAttributes

{% endtabs %}

![ ](Customization_images/Customization_img5.jpeg)
![Applying HTML Attributes ](customization_images/aspnet-dropdownlist-applying-html-attributes.jpeg)