Dynamic form creation in Forms .NET

Y

Yash Ganthe

Our application needs to dynamically build and display a form. The
fields and the controls to be shown in the form will be in an XML
file. Also, the data to be shown pre-populated in the form will be in
another XML file. The two files need to be parsed to show a form which
the user can edit.

Is there an existing library that lets you do this?

We use .NET 2.0

Thanks,
Yash
 
M

Mr. Arnold

Yash said:
Our application needs to dynamically build and display a form. The
fields and the controls to be shown in the form will be in an XML
file. Also, the data to be shown pre-populated in the form will be in
another XML file. The two files need to be parsed to show a form which
the user can edit.

Is there an existing library that lets you do this?

We use .NET 2.0

Thanks,
Yash


<http://www.codeproject.com/KB/miscctrl/CratingDynamicForms.aspx>

Then you need to know how to load and use XMLDocument.

<http://www.c-sharpcorner.com/Upload...42005010141AM/ReadingXmlUsingXmlDocument.aspx>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top