From 1d775e5120e531da2c7a2c1e5b4f15e1ac0a7d2e Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 18 Oct 2022 16:56:11 +0300 Subject: [PATCH 1/2] ASPNET Image Alt Text --- aspnet/DateTimePicker/Display-format.md | 4 ++-- aspnet/ProgressBar/Define-value.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/aspnet/DateTimePicker/Display-format.md b/aspnet/DateTimePicker/Display-format.md index f4fe3ad36..d5b3190c3 100644 --- a/aspnet/DateTimePicker/Display-format.md +++ b/aspnet/DateTimePicker/Display-format.md @@ -74,7 +74,7 @@ In the ASPX page, include the following DateTimePicker control code example. -![](Display-format_images/Display-format_img1.png) +![ASPNET DataTimePicker DateTime format](Display-format_images/Display-format_img1.png) @@ -122,7 +122,7 @@ In the ASPX page, include the following DateTimePicker control code example. -![](Display-format_images/Display-format_img2.png) +![ASPNET DateTimePicker Day Header format](Display-format_images/Display-format_img2.png) diff --git a/aspnet/ProgressBar/Define-value.md b/aspnet/ProgressBar/Define-value.md index 55f399333..4d006e770 100644 --- a/aspnet/ProgressBar/Define-value.md +++ b/aspnet/ProgressBar/Define-value.md @@ -22,7 +22,7 @@ Add the following code in the ASPX page in order to render the ProgressBar contr {% endhighlight %} The following screenshot displays the Assigning value to ProgressBar. -![](Define-value_images/Define-value_img1.png) +![ASPNET ProgressBar Value](Define-value_images/Define-value_img1.png) ## Percentage @@ -38,7 +38,7 @@ Add the following code example to the ASPX page to render the Progress bar contr The following screenshot displays the Progress bar with Percentage. -![](Define-value_images/Define-value_img2.png) +![ASPNET ProgressBar Percentage](Define-value_images/Define-value_img2.png) @@ -56,7 +56,7 @@ Add the following code example in the ASPX page to render Minimum and Maximum va The following screenshot displays the Minimum and Maximum values. -![](Define-value_images/Define-value_img3.png) +![ASPNET ProgressBar Setting Range](Define-value_images/Define-value_img3.png) ### Appearance and Styling @@ -72,7 +72,7 @@ Add the following code example to the ASPX page. The following screenshot displays the maximum height and maximum width. -![](Define-value_images/Define-value_img4.png) +![ASPNET ProgressBar Adjusting ProgressBar size](Define-value_images/Define-value_img4.png) ## Custom text @@ -88,7 +88,7 @@ Add the following code example in the ASPX page. The following screenshot displays the custom text. -![](Define-value_images/Define-value_img5.png) +![ASPNET ProgressBar Custom text](Define-value_images/Define-value_img5.png) ## Theme @@ -131,4 +131,4 @@ Add the following code example to the corresponding ASPX page to render Progress The following screenshot displays the customized style. -![](Define-value_images/Define-value_img6.png) +![ASPNET ProgressBar customized style](Define-value_images/Define-value_img6.png) From 0a623bdb7489fbcc723f5a8e45d5c82f1cf9df31 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Fri, 21 Oct 2022 16:37:02 +0300 Subject: [PATCH 2/2] changed description and H1 --- aspnet/DateTimePicker/Display-format.md | 4 ++-- aspnet/ProgressBar/Define-value.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet/DateTimePicker/Display-format.md b/aspnet/DateTimePicker/Display-format.md index d5b3190c3..9825e0fe5 100644 --- a/aspnet/DateTimePicker/Display-format.md +++ b/aspnet/DateTimePicker/Display-format.md @@ -1,13 +1,13 @@ --- layout: post title: Display format | DateTimePicker | ASP.NET Webforms | Syncfusion -description: display format +description: Learn here all about display format support in Syncfusion Essential ASPNET DateTimePicker control, its elements, and more. platform: aspnet control: DateTimePicker documentation: ug --- -# Display format +# Display format with ASPNET DateTimePicker ## DateTime format diff --git a/aspnet/ProgressBar/Define-value.md b/aspnet/ProgressBar/Define-value.md index 4d006e770..2c93f20cc 100644 --- a/aspnet/ProgressBar/Define-value.md +++ b/aspnet/ProgressBar/Define-value.md @@ -1,13 +1,13 @@ --- layout: post title: Define value | ProgressBar | ASP.NET | Syncfusion -description: define value +description: Learn here all about define value support in Syncfusion Essential ASPNET ProgressBar control, its elements, and more. platform: aspnet control: ProgressBar documentation: ug --- -# Define value +# Define value with ASPNET ProgressBar ## Value