The Dev Shelf
In order to disable dropdown list items, we need to add “disabled” attributes to dropdown. ddlDropDown.Items[Index].Attributes.Add("disabled", "disabled");
That’s it. Enjoy Learning
No comments:
Post a Comment