Create WebControl from Xsd schema

  • Thread starter Thread starter Franck
  • Start date Start date
F

Franck

Hi,
I got a sample of WinForm controls generation regarding Xsd schema.
Works great but display controls one after one, line by line.

Now, wanna do the same in a Web Application but I don't know if the
generation can be done with the help of an xsl file, in order to
generate the controls where I want and with the look I want.

Is it possible ?

Thks for help.
 
The closest thing like this that's built-in is data binding and I don't think
it's going to get exactly what you want. You'll probabaly have to build your
own framework to build a set of controls from your custom XML file.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 

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

Back
Top