I have a SharePoint list with list of departments:
I am showing them in dropdown menu but i want to add --select-- on top of the menu.
how can i do that? dropdown is binded with following value( and the list is correctly displayed except i want to add-- select department-- on the top dropdown menu)
SortByColumns(departmentLists,"Title", SortOrder.Ascending)

any suggestions?