Question

How to reset Cascading DropDownList for Ajax Control Toolkit to its default prompt text (server side)?

Was it helpful?

Solution

You can reset dropdownlist to its default prompt text using PromptValue property.

ddl.SelectedValue = ddl.PromptValue;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top