diff --git a/aspnet/DropDownList/Customization.md b/aspnet/DropDownList/Customization.md index f5828e078..9e44997bd 100644 --- a/aspnet/DropDownList/Customization.md +++ b/aspnet/DropDownList/Customization.md @@ -1,7 +1,7 @@ --- layout: post -title: Customization in DropDownList control for Syncfusion ASP.NET WebForm -description: Customization in DropDownList control for Syncfusion ASP.NET WebForm +title: Customization in ASP.NET Web Forms DropDownList Control | Syncfusion +description: Learn here all about customization support in Syncfusion Essential ASP.NET Web Forms DropDownList control, it's elements and more. platform: aspnet control: DropDownList documentation: ug @@ -9,7 +9,8 @@ keywords: Customization, DropDownList, dropdown, watermark text --- -# Customization + +# Customization in ASP.NET Web Forms DropDownList ## Adding watermark text @@ -29,9 +30,9 @@ It provides the short description of the expected value in dropdown and will dis {% endhighlight %} -![ ](Customization_images/Customization_img1.jpeg) +![Customization in ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-dropdownlist-customization.jpeg) -![ ](Customization_images/Customization_img2.jpeg) +![Adding watermark text in ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-dropdownlist-adding-watermark-text.jpeg) ## Applying Rounded Corner @@ -51,7 +52,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 ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-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). @@ -73,7 +74,7 @@ The Enabled property is used to indicate whether the control can respond to the {% endhighlight %} -![ ](Customization_images/Customization_img4.jpeg) +![Enable or disable in ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-dropdownlist-enable-or-disable.jpeg) ## Applying HTML Attributes @@ -110,5 +111,5 @@ Additional HTML attributes can be applied to the control by using HtmlAttributes {% endtabs %} -![ ](Customization_images/Customization_img5.jpeg) +![Applying HTML attributes in ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-dropdownlist-applying-html-attributes.jpeg) diff --git a/aspnet/DropDownList/Customization_images/Customization_img2.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-adding-watermark-text.jpeg similarity index 100% rename from aspnet/DropDownList/Customization_images/Customization_img2.jpeg rename to aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-adding-watermark-text.jpeg diff --git a/aspnet/DropDownList/Customization_images/Customization_img5.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-applying-html-attributes.jpeg similarity index 100% rename from aspnet/DropDownList/Customization_images/Customization_img5.jpeg rename to aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-applying-html-attributes.jpeg diff --git a/aspnet/DropDownList/Customization_images/Customization_img3.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-applying-rounded-corner.jpeg similarity index 100% rename from aspnet/DropDownList/Customization_images/Customization_img3.jpeg rename to aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-applying-rounded-corner.jpeg diff --git a/aspnet/DropDownList/Customization_images/Customization_img1.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-customization.jpeg similarity index 100% rename from aspnet/DropDownList/Customization_images/Customization_img1.jpeg rename to aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-customization.jpeg diff --git a/aspnet/DropDownList/Customization_images/Customization_img4.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-enable-or-disable.jpeg similarity index 100% rename from aspnet/DropDownList/Customization_images/Customization_img4.jpeg rename to aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-enable-or-disable.jpeg diff --git a/aspnet/Gantt/Data-Binding.md b/aspnet/Gantt/Data-Binding.md index 04dc9b25e..9c07248bf 100644 --- a/aspnet/Gantt/Data-Binding.md +++ b/aspnet/Gantt/Data-Binding.md @@ -1,13 +1,14 @@ --- layout: post -title: Data Binding | Gantt | ASP.NET Webforms | Syncfusion -description: data binding +title: Data Binding in ASP.NET Web Forms Gantt Control | Syncfusion +description: Learn here all about data binding support in Syncfusion Essential ASP.NET Web Forms Gantt control, it's elements and more. platform: aspnet control: Gantt documentation: ug --- -# Data Binding + +# Data Binding in ASP.NET Web Forms Gantt Data binding is the process that establishes a connection between the application and different kinds of data sources such as business objects. @@ -299,7 +300,7 @@ The output of the above steps is as follows. -![](Data-Binding_images/Data-Binding_img1.png) +![Data binding in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-data-binding.png) Data Binding {:.caption} @@ -747,7 +748,7 @@ The following screenshot shows the output of the above steps. -![](Data-Binding_images/Data-Binding_img2.png) +![Flat data in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-flat-data.png) Self-Referential Data Binding {:.caption} @@ -799,8 +800,8 @@ The following code example describes the above behavior. The following output is displayed for the code above, -![](Data-Binding_images/Data-Binding_img3.png) -![](Data-Binding_images/Data-Binding_img4.png) +![Remote data in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-remote-data.png) +![OData in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-odata.png) ### WebAPI @@ -846,5 +847,5 @@ namespace GanttExportService { The following output is displayed as a result of the above code example. -![](Data-Binding_images/Data-Binding_img5.png) -![](Data-Binding_images/Data-Binding_img6.png) \ No newline at end of file +![WebAPI in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-webapi.png) +![WebAPI service data in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-webapi-service-data.png) \ No newline at end of file diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img1.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-data-binding.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img1.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-data-binding.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img2.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-flat-data.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img2.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-flat-data.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img4.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-odata.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img4.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-odata.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img3.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-remote-data.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img3.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-remote-data.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img6.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-webapi-service-data.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img6.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-webapi-service-data.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img5.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-webapi.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img5.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-webapi.png