C
Chu
I've got a DataGrid that is bound at run-time to an ArrayList. In my
DataGrid, I've created a <asp:templatecolumn> that and am using a
custom web control in it, something like this:
<asp:templatecolumn>
<my:customControl someIDValue=""></my:customControl>
</asp:templatecolumn>
I'd like to bind the property of my server control someIDValue to a
property from my ArrayList. Is there someway to accomplish this?
Thanks
DataGrid, I've created a <asp:templatecolumn> that and am using a
custom web control in it, something like this:
<asp:templatecolumn>
<my:customControl someIDValue=""></my:customControl>
</asp:templatecolumn>
I'd like to bind the property of my server control someIDValue to a
property from my ArrayList. Is there someway to accomplish this?
Thanks