From 8863b714c16b1552fa693b9e59eccb1b72c8f2b2 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Tue, 5 Mar 2024 09:16:14 +0300 Subject: [PATCH 1/4] SEO-180850-ASP.NET-MVC-Overview --- aspnetmvc/DateTimePicker/Overview.md | 6 +++--- aspnetmvc/ProgressBar/Getting-Started.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aspnetmvc/DateTimePicker/Overview.md b/aspnetmvc/DateTimePicker/Overview.md index 55635b7f1..151944fa4 100644 --- a/aspnetmvc/DateTimePicker/Overview.md +++ b/aspnetmvc/DateTimePicker/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: DateTimePicker| DateTimePicker | ASP.NET MVC | Syncfusion -description: overview +title: Overview of ASP.NET MVC DateTimePicker | Syncfusion +description: Learn here all about overview of Syncfusion Essential ASP.NET MVC DateTimePicker control, its elements, and more. platform: ejmvc control: DateTimePicker documentation: ug --- -# DateTimePicker +# Overview of ASP.NET MVC DateTimePicker The Essential ASP.NET MVC DateTimePicker control is used to input the date and time with a specific format. The DateTimePicker control combines the DatePicker and TimePicker controls so that users can select the date and time with their desired format. diff --git a/aspnetmvc/ProgressBar/Getting-Started.md b/aspnetmvc/ProgressBar/Getting-Started.md index e711daf05..b0b025f4d 100644 --- a/aspnetmvc/ProgressBar/Getting-Started.md +++ b/aspnetmvc/ProgressBar/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post title: Getting Started | Progress Bar | ASP.NET MVC | Syncfusion -description: getting started +description: Learn here all about getting started with Syncfusion Essential ASP.NET MVC Progress Bar control, its elements, and more. platform: ejmvc control: Progress Bar documentation: ug --- -# Getting Started +# Getting Started with ASP.NET MVC Progress Bar This section briefly describes how to create a Progress Bar control using ASP.NET MVC and learn its features. From 92455019e29570e5536ed78c50b7aef5bf4faf92 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Wed, 6 Mar 2024 17:07:00 +0300 Subject: [PATCH 2/4] SEO-180844-mvc-page-with-redirect --- aspnetmvc/Chart/Data-Markers.md | 2 +- aspnetmvc/Chart/Working-with-Data.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aspnetmvc/Chart/Data-Markers.md b/aspnetmvc/Chart/Data-Markers.md index 0c444211f..935fb2b50 100644 --- a/aspnetmvc/Chart/Data-Markers.md +++ b/aspnetmvc/Chart/Data-Markers.md @@ -573,4 +573,4 @@ The following code example shows how to enable smart labels, ![](Data-Markers_images/Data-Markers_img12.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/pie) here to view the SmartLabel online demo sample. \ No newline at end of file +[Click](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/chart/default-pie.html) here to view the SmartLabel online demo sample. \ No newline at end of file diff --git a/aspnetmvc/Chart/Working-with-Data.md b/aspnetmvc/Chart/Working-with-Data.md index 9e3b7e71a..6f501017e 100644 --- a/aspnetmvc/Chart/Working-with-Data.md +++ b/aspnetmvc/Chart/Working-with-Data.md @@ -54,7 +54,7 @@ var chartData = [ ![](Working-with-Data_images/Working-with-Data_img1.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/localdata) here to view the local data binding online demo sample. +[Click](https://ej2.syncfusion.com/home/javascript.html) here to view the local data binding online demo sample. 2.You can also plot data to chart using **Points** option in the series. Using this property you can customize each and every point in the data. @@ -111,7 +111,7 @@ You can bind the remote data to the chart by using the **DataSource** and you ca ![](Working-with-Data_images/Working-with-Data_img3.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/remotedata) here to view the remote data binding online demo sample. +[Click](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/chart/remote-data.html) here to view the remote data binding online demo sample. ## AngularJS Data Binding @@ -121,7 +121,7 @@ Typically, you will assign data directly to chart using **dataSource** property I> Essential JS includes AngularJS directives for all controls in the **ej.widget.angular.min.js** script file. -N> All the properties in EjChart supports one way AngularJS binding except inner array properties like **series.points[]**, **series.trendlines[]**. [Click](http://help.syncfusion.com/js/angularjs) here to know more about Essential AngularJS and the properties which support two way AngularJS binding in chart. +N> All the properties in EjChart supports one way AngularJS binding except inner array properties like **series.points[]**, **series.trendlines[]**. [Click](https://help.syncfusion.com/js/angularjs) here to know more about Essential AngularJS and the properties which support two way AngularJS binding in chart. {% highlight html %} @@ -177,4 +177,4 @@ N> All the properties in EjChart supports one way AngularJS binding except inner ![](/js/Chart/Working-with-Data_images/Working-with-Data_img4.png) -[Click](http://ngjq.syncfusion.com/#/chart/line) here to view the AngularJS data binding online demo sample. \ No newline at end of file +[Click](https://ej2.syncfusion.com/home/javascript.html#/chart/line) here to view the AngularJS data binding online demo sample. \ No newline at end of file From 515f068a701b859ffe9bb7c2f48c999c94a2de4b Mon Sep 17 00:00:00 2001 From: Edithabich Date: Wed, 6 Mar 2024 17:15:49 +0300 Subject: [PATCH 3/4] SEO-180844-mvc-page-with-redirect --- aspnetmvc/Chart/Data-Markers.md | 2 +- aspnetmvc/Chart/Working-with-Data.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnetmvc/Chart/Data-Markers.md b/aspnetmvc/Chart/Data-Markers.md index 935fb2b50..b34f217ff 100644 --- a/aspnetmvc/Chart/Data-Markers.md +++ b/aspnetmvc/Chart/Data-Markers.md @@ -573,4 +573,4 @@ The following code example shows how to enable smart labels, ![](Data-Markers_images/Data-Markers_img12.png) -[Click](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/chart/default-pie.html) here to view the SmartLabel online demo sample. \ No newline at end of file +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Pie#/bootstrap5) here to view the SmartLabel online demo sample. \ No newline at end of file diff --git a/aspnetmvc/Chart/Working-with-Data.md b/aspnetmvc/Chart/Working-with-Data.md index 6f501017e..50afe6eb5 100644 --- a/aspnetmvc/Chart/Working-with-Data.md +++ b/aspnetmvc/Chart/Working-with-Data.md @@ -54,7 +54,7 @@ var chartData = [ ![](Working-with-Data_images/Working-with-Data_img1.png) -[Click](https://ej2.syncfusion.com/home/javascript.html) here to view the local data binding online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/LocalData#/bootstrap5) here to view the local data binding online demo sample. 2.You can also plot data to chart using **Points** option in the series. Using this property you can customize each and every point in the data. @@ -111,7 +111,7 @@ You can bind the remote data to the chart by using the **DataSource** and you ca ![](Working-with-Data_images/Working-with-Data_img3.png) -[Click](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/chart/remote-data.html) here to view the remote data binding online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/RemoteData#/bootstrap5) here to view the remote data binding online demo sample. ## AngularJS Data Binding @@ -177,4 +177,4 @@ N> All the properties in EjChart supports one way AngularJS binding except inner ![](/js/Chart/Working-with-Data_images/Working-with-Data_img4.png) -[Click](https://ej2.syncfusion.com/home/javascript.html#/chart/line) here to view the AngularJS data binding online demo sample. \ No newline at end of file +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Line#/bootstrap5) here to view the AngularJS data binding online demo sample. \ No newline at end of file From 70e7bf354a3123ebc06d7b5191b42b1744768acc Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Wed, 13 Mar 2024 11:03:49 +0300 Subject: [PATCH 4/4] Update Getting-Started.md --- aspnetmvc/ProgressBar/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/ProgressBar/Getting-Started.md b/aspnetmvc/ProgressBar/Getting-Started.md index b0b025f4d..28088d431 100644 --- a/aspnetmvc/ProgressBar/Getting-Started.md +++ b/aspnetmvc/ProgressBar/Getting-Started.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting Started | Progress Bar | ASP.NET MVC | Syncfusion +title: Getting Started with ASP.NET MVC Progress Bar | Syncfusion description: Learn here all about getting started with Syncfusion Essential ASP.NET MVC Progress Bar control, its elements, and more. platform: ejmvc control: Progress Bar