diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml new file mode 100644 index 0000000..fc11f81 --- /dev/null +++ b/.github/workflows/vale.yml @@ -0,0 +1,30 @@ +name: vale-validation +on: + pull_request: + paths: + - README.md + - readme.md + - Readme.md + +jobs: + vale: + name: runner / vale + runs-on: ubuntu-latest + steps: + - name: clone repo + uses: actions/checkout@v4 + - name: clone vale-styles repo + uses: actions/checkout@v4 + with: + repository: DevExpress/vale-styles + path: vale-styles + ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }} + - name: copy vale rules to the root repo + run: shopt -s dotglob && cp -r ./vale-styles/vale/* . + - name: vale linter check + uses: DevExpress/vale-action@reviewdog + with: + files: '["README.md", "readme.md", "Readme.md"]' + fail_on_error: true + filter_mode: nofilter + reporter: github-check diff --git a/CS/ASP_WebDashboard/Default.aspx b/CS/ASP_WebDashboard/Default.aspx index e48f16f..c1c4102 100644 --- a/CS/ASP_WebDashboard/Default.aspx +++ b/CS/ASP_WebDashboard/Default.aspx @@ -1,6 +1,6 @@ <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ASP_WebDashboard.Default" %> -<%@ Register assembly="DevExpress.Dashboard.v19.2.Web.WebForms, Version=19.2.12.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.DashboardWeb" tagprefix="dx" %> +<%@ Register assembly="DevExpress.Dashboard.v19.2.Web.WebForms, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.DashboardWeb" tagprefix="dx" %> diff --git a/CS/ASP_WebDashboard/Web.config b/CS/ASP_WebDashboard/Web.config index b6b556a..a6f2e0f 100644 --- a/CS/ASP_WebDashboard/Web.config +++ b/CS/ASP_WebDashboard/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -28,22 +28,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -61,29 +61,29 @@ - - - + + + - + - + - + - - - + + + diff --git a/Readme.md b/Readme.md index 0beb3f4..aa69245 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,7 @@ ![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128580409/19.2.3%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T506198) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) +[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) *Files to look at*: @@ -107,3 +108,10 @@ In this example, data is extracted on a button click. However, in a real-life ap ## More Examples - [Dashboard for Web Forms - How to Register Data Sources](https://github.com/DevExpress-Examples/asp-net-web-forms-dashboard-register-data-sources) + +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=web-forms-dashboard-extract-data-source&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=web-forms-dashboard-extract-data-source&~~~was_helpful=no) + +(you will be redirected to DevExpress.com to submit your response) + diff --git a/VB/ASP_WebDashboard/Default.aspx b/VB/ASP_WebDashboard/Default.aspx index 9b03578..e9517e8 100644 --- a/VB/ASP_WebDashboard/Default.aspx +++ b/VB/ASP_WebDashboard/Default.aspx @@ -1,6 +1,6 @@ <%@ Page Language="vb" AutoEventWireup="true" CodeBehind="Default.aspx.vb" Inherits="ASP_WebDashboard.Default" %> -<%@ Register assembly="DevExpress.Dashboard.v19.2.Web.WebForms, Version=19.2.12.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.DashboardWeb" tagprefix="dx" %> +<%@ Register assembly="DevExpress.Dashboard.v19.2.Web.WebForms, Version=19.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.DashboardWeb" tagprefix="dx" %> diff --git a/VB/ASP_WebDashboard/Web.config b/VB/ASP_WebDashboard/Web.config index b6b556a..a6f2e0f 100644 --- a/VB/ASP_WebDashboard/Web.config +++ b/VB/ASP_WebDashboard/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -28,22 +28,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -61,29 +61,29 @@ - - - + + + - + - + - + - - - + + +