Would there be a way to dynamicly create ASP.NET (1.1) controls though an XML file?
something like:
XML file:
<Items>
<control1>"<Input id=button1 type=button value='Fooa'>"/>
<control2>"<Input id=button2 type=button value='Foob'>"/>
<control3>"<Input id=button3 type=button value='Fooc'>"/>
</items>
and then in the code behind, create these controls on
the page?
TIA!!!
The PogoWolf
something like:
XML file:
<Items>
<control1>"<Input id=button1 type=button value='Fooa'>"/>
<control2>"<Input id=button2 type=button value='Foob'>"/>
<control3>"<Input id=button3 type=button value='Fooc'>"/>
</items>
and then in the code behind, create these controls on
the page?
TIA!!!
The PogoWolf