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/Readme.md b/Readme.md
index aa81e26..26e04c9 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,6 +2,7 @@

[](https://supportcenter.devexpress.com/ticket/details/T518504)
[](https://docs.devexpress.com/GeneralInformation/403183)
+[](#does-this-example-address-your-development-requirementsobjectives)
*Files to look at*:
@@ -25,3 +26,10 @@ The following example shows how to get underlying data for the specified dashbo
- [ASP.NET Core Dashboard - How to obtain a dashboard item's client data](https://github.com/DevExpress-Examples/asp-net-core-dashboard-get-client-data)
- [ASP.NET Core Dashboard - How to obtain a dashboard item's underlying data for a clicked visual element](https://github.com/DevExpress-Examples/asp-net-core-dashboard-get-underlying-data-for-clicked-item)
- [ASP.NET Core Dashboard - How to obtain underlying data for the specified dashboard item](https://github.com/DevExpress-Examples/asp-net-core-dashboard-display-item-underlying-data)
+
+## Does this example address your development requirements/objectives?
+
+[
](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-display-item-underlying-data&~~~was_helpful=yes) [
](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-display-item-underlying-data&~~~was_helpful=no)
+
+(you will be redirected to DevExpress.com to submit your response)
+
diff --git a/VB/ASPxDashboard_RequestUnderlyingData.sln b/VB/ASPxDashboard_RequestUnderlyingData.sln
index f0b4f67..377e7cf 100644
--- a/VB/ASPxDashboard_RequestUnderlyingData.sln
+++ b/VB/ASPxDashboard_RequestUnderlyingData.sln
@@ -1,4 +1,4 @@
-Microsoft Visual Studio Solution File, Format Version 12.00
+Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
diff --git a/VB/ASPxDashboard_RequestUnderlyingData/ASPxDashboard_RequestUnderlyingData.vbproj b/VB/ASPxDashboard_RequestUnderlyingData/ASPxDashboard_RequestUnderlyingData.vbproj
index 339a5d3..9bd5d53 100644
--- a/VB/ASPxDashboard_RequestUnderlyingData/ASPxDashboard_RequestUnderlyingData.vbproj
+++ b/VB/ASPxDashboard_RequestUnderlyingData/ASPxDashboard_RequestUnderlyingData.vbproj
@@ -2,17 +2,22 @@
+ On
Debug
AnyCPU
-
+
+
2.0
{2BC03E2C-BCF3-4C61-9769-0ECE0B548449}
{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}
Library
-
+ Properties
+
+
ASPxDashboard_RequestUnderlyingData
v4.5.2
-
+
+
4.0
true
@@ -21,40 +26,24 @@
- On
- Binary
- Off
- On
true
full
false
bin\
- true
- true
+ DEBUG,TRACE
prompt
+ 4
pdbonly
true
bin\
- false
- true
+ TRACE
prompt
+ 4
-
-
-
-
-
-
-
-
-
-
-
-
@@ -125,7 +114,7 @@
Global.asax
-
+
@@ -147,7 +136,8 @@
http://localhost:50411/
False
False
-
+
+
False
diff --git a/VB/ASPxDashboard_RequestUnderlyingData/Default.aspx b/VB/ASPxDashboard_RequestUnderlyingData/Default.aspx
index 77fe68a..23997cd 100644
--- a/VB/ASPxDashboard_RequestUnderlyingData/Default.aspx
+++ b/VB/ASPxDashboard_RequestUnderlyingData/Default.aspx
@@ -1,4 +1,4 @@
-<%@ Page Language="vb" AutoEventWireup="true" CodeBehind="Default.aspx.vb" Inherits="ASPxDashboard_RequestUnderlyingData.Default" %>
+<%@ Page Language="VB" AutoEventWireup="true" CodeBehind="Default.aspx.vb" Inherits="ASPxDashboard_RequestUnderlyingData.Default" %>
<%@ Register Assembly="DevExpress.Dashboard.v17.1.Web, Version=17.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"
Namespace="DevExpress.DashboardWeb" TagPrefix="dx" %>
@@ -24,6 +24,6 @@
-
+