hello ,
i have a table which contains details of the form contents , here are the details
InputType ( value = Text / Radio / CheckBox , .... )
IsRequired ( True/False)
OrderedAnswers ( contain options available for Radio / checkbox )
....
what i want is ,
make a page at run time which contains respective controls and the page submits the values of each control to the service .
at this point i have created the dataform , but cant define datatemplate dynamically so that i could add stackpanel to it and in the stackpanel i shall add the controls(based on the value). can you provide some code which shall create datatemplate dynamically and items to it ?
thanks
Jamal.