We are trying to use the ListFieldIterator control to display the edit form of a list item including the content type. When viewing the list item in edit mode in the UI, the content type shows up as a dropdown with the list of content types but when going through the listfielditerator, the "content type" field shows up as a computed field but not as a "choice" field.
When looking at this field through SharePoint manager, the field shows up as a Choice but not as a dropdown but in SP2007, the content type field shows up as a "Choice" field. Is there any way to resolve this issue? How does the content type appear as a dropdown if internally, it is a choice field in SP2010?
Thanks in advance for your time.