Dynamic form creation from XSD in ASP.NET

Posted by CitadelCSAlum on Stack Overflow See other posts from Stack Overflow or by CitadelCSAlum
Published on 2011-01-07T22:32:59Z Indexed on 2011/01/08 16:53 UTC
Read the original article Hit count: 199

Filed under:
|
|

I know there is a lot of documentation on the internet as far as XSD to forms, but I have not been able to come across one that is straight forward enough for my situation.

I am working with a WCF web service that is going to fetch and .xsd xml schema, and must return the HTML of a form based on the .xsd xml schema. Is there any third party tools that can help out with this, if so what are they? If not, do you have any suggestions,better methods,etc for how this can be done?

© Stack Overflow or respective owner

Related posts about c#

Related posts about Xml