Hi,
We have a requirement to show default value in WebDropDown like 'All'.
This text wont be part of the item list. Once the user selects an item this text would be removed.
Is there any option available in WDD to perform this.
Screen shot of the required WDD is attached.
Regards
Amalin
Sure. Set the CurrentValue property anywhere in code behind or in the markup. CurrentValue="All"
Angel
Thanks for the reply, it works