Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to parse this using asp.net and ControlBuilder.

<test:Form  runat="server">
	<attribute:Object type="MyClass" myattribute="true" />
	    <attribute:Object type="AnotherClass" myattribute="true" />
	</attribute:FormBuilder>
</test:Form>


The idea is to set attributes with some object type. For example:
I want to set an attribute called "Object" in class Form with an instance of MyClass that has setted its attribute "myattribute" equals true and also "Object" as an instance of "AnotherClass".

someone knows a way to do this?

Paco
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900