I want to set a metadata attribute (parsechildren=false) in a custom control which I am writing.
I do not want to create a partial class in a code behind file.
How do I set metadata in the ascx file?
I want to set a metadata attribute (parsechildren=false) in a custom control which I am writing.
I do not want to create a partial class in a code behind file.
How do I set metadata in the ascx file?