I'm looking for a way to use a web service to get the category list on the server.
i need to show the categories names in a asp.net dropdownlistbox (c#).
After selecting a category ,i want to show in a table a list of its properties and allow the user to upload a new document that contains these properties.
i need help with:
- getting the category list by name and i.
- get the selected category attributes and show it in a table or grid, this will alow the user to upload a new document to the selected folder and edit its attributes before uploading.
i couldn't find in the forum an example in c# or any other language for that matter.