1.3 KiB
1.3 KiB
title | author | description | ms.author | manager | ms.date | ms.topic | ms.assetid | ms.technology | ms.prod | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|---|---|---|
[How Do I:] Use the ASP.NET AJAX DropDown Control? | Microsoft Docs | JoeStagner | With the DropDown control extender from the ASP.NET AJAX Control Toolkit, you can present the user with a drop-down list of options that trigger a partial-pa... | aspnetcontent | wpickett | 03/30/2007 | article | a997a9f8-9f71-4b9e-b7ed-f8e3a0daa576 | dotnet-webforms | .net-framework | /web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control | video |
[How Do I:] Use the ASP.NET AJAX DropDown Control?
by Joe Stagner
With the DropDown control extender from the ASP.NET AJAX Control Toolkit, you can present the user with a drop-down list of options that trigger a partial-page update elsewhere on the Web page. The option selected by the user is passed to the server, allowing your server-side code to process the selection before completing the partial-page update.