From 788317bd8f170b838191318256e626e67aad391c Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Wed, 21 Aug 2024 07:21:14 +0300 Subject: [PATCH] SEO-187924-ASP.NET-Web-Forms-Dropdownlist-TemplateSupport--HTTP-to-HTPPS --- aspnet/DropDownList/TemplateSupport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/DropDownList/TemplateSupport.md b/aspnet/DropDownList/TemplateSupport.md index cb65b7e99..b9ff83794 100644 --- a/aspnet/DropDownList/TemplateSupport.md +++ b/aspnet/DropDownList/TemplateSupport.md @@ -17,7 +17,7 @@ By default you can add any text or image to the DropDownList list item. To custo You can create the popup header by using HeaderTemplate property. You can add any HTML content in header template. -N> Please refer the [How to](http://help.syncfusion.com/aspnet/dropdownlist/howto?cs-save-lang=1&cs-lang=js#add-check-all-option-in-popup-list) for check all option in Header +N> Please refer the [How to](https://help.syncfusion.com/aspnet/dropdownlist/howto?cs-save-lang=1&cs-lang=js#add-check-all-option-in-popup-list) for check all option in Header ## Template Field