I have a XML file stored in the database as XML format which contains some controls like drop down text box, label text area, etc. which may or may not have initial values.
you can pass a model to your strongly typed view andwrite a html helper named Html.ControlFor in the helper you can read the xml file and create controls (input, select etc.) based on match of property name (where property name matches property tag in xml file)