C
Chris
I have an ASCX (I think thats called a user control), with a public
property of "TextStatic".
I want to put this ASCX into a datagrid's template item and bind a
data sources to the TextStatic property.
Is there any way to do this? I tried setting <Bindable(true)> to the
property, but that didn't seem to make the "TextStatic" property
showup in the Bindable properties of the ASCX.
Any idea?
property of "TextStatic".
I want to put this ASCX into a datagrid's template item and bind a
data sources to the TextStatic property.
Is there any way to do this? I tried setting <Bindable(true)> to the
property, but that didn't seem to make the "TextStatic" property
showup in the Bindable properties of the ASCX.
Any idea?