What do you mean by 'This always indicates that "Error creating -----" Type of Control will occur further on.'?
If I understand what you are asking, it's not really a problem. When you add a control to an item template of any repeating control (datagrid, datalist, repeater) the control should NOT be declared in the code because the control is repeated and thus can not be accessibly by a single instance. You have to access these controls thru their parent control (i.e. the repeating list items that are generated).
Peter
------------------------------------------------------
Work smarter, not harder.
|