I've got an application that contains a custom list. I'm using the default NewItemForms to create new Items. One filed of the form is a select/combobox. now I want to set the choices of the select dynamicly. That means I want to set the choices each time the form pops up.
One idea was perhabs to get access from a "code-behind-class"?
Does someone know how to do this?