From 76d17bd1c76f6ee625d32c59e0bad3cf44b35136 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Wed, 21 Aug 2024 07:27:01 +0300 Subject: [PATCH] SEO-187924-ASP.NET-Web-Forms-Dropdownlist-Validation-HTTP-to-HTPPS --- aspnet/DropDownList/Validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/DropDownList/Validation.md b/aspnet/DropDownList/Validation.md index 6c870a91d..42d57b3d2 100644 --- a/aspnet/DropDownList/Validation.md +++ b/aspnet/DropDownList/Validation.md @@ -19,7 +19,7 @@ DropDownList value can be validated in two ways, You can validate the DropDownList value on form submission using jQuery Validator, by applying “ValidationRules” and “ValidationMessage” to the DropDownList. -N> [jquery.validate.min](http://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](http://jqueryvalidation.org/documentation). +N> [jquery.validate.min](https://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](https://jqueryvalidation.org/documentation/). ### Validation Rules