diff --git a/aspnetmvc/Chart/Data-Markers.md b/aspnetmvc/Chart/Data-Markers.md index 0c444211..b34f217f 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/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 9e3b7e71..50afe6eb 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/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://mvc.syncfusion.com/demos/web/chart/remotedata) 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 @@ -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/aspnetmvc/Chart/Line#/bootstrap5) here to view the AngularJS data binding online demo sample. \ No newline at end of file diff --git a/aspnetmvc/DateTimePicker/Overview.md b/aspnetmvc/DateTimePicker/Overview.md index 55635b7f..151944fa 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 e711daf0..28088d43 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 +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 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.