there is EventCategory list at the root level with column "categoryname". I need to pull all the values of categoryname field and populate a dropdown field( HTML dropdown or asp.net dropdown list or whatever). The idea is when someone somewhere updates the list column, say adds a new category, it will also be reflected in the dropdown. So no one has to actually mess with the code to update the dropdown option. Is this possible without server coding?
I don't have access to the server. I can think of two ways it might be possible:
- Client-side for sharepoint; or
- bind spdatasource to ASP.NET dropdown list. Could anyone give me any ideas?