asp.net fixed select options
asp.net fixed select options

The only example I can find for select box options is to pull from a database. I have one where 1 = "Dept. Total", 2="Fixed Rate" and I don't need a table for this. How do I create this option list?
This discussion has been closed.
Answers
Is this for the Editor? If so I think you are looking for
field().update()
.Kevin
yes,for editor, but asp.net MVC. I don't see .update() unless I am looking in the wrong place.
oh, looks like I didn't scroll down enough in the documentation...