Hi,
I'm currently playing with a custom composite control at the moment and I
can get it to get the posted data back in the control - however not the way
I want it to.
If I specify the control ID property as something like "fieldname" the
control behaves correctly during the PostData phase and the posted value is
stored in the control.
However I want to be able to specify the name attribute on the input control
in the following format:
urn:schemas-xxx-com:fieldname
However asp.net does not appear to like this format and the internal control
does not get set with the value during the post data phase.
Are there known documents naming conventions that must be adhered to with
this id so that postdata processing will process correctly??? I could not
find any on msdn.
Another thing I noticed is that the composite control must inherit off
INamingContainer or it will NOT partake of processing during the PostData
phase - is it possible to get the posted data back without inheriting of
INamingContainer - again thinking of the control attribute name in the
format of urn:schemas-xxx-com:fieldname
Any ideas greatly appreciated...
Thanks
Donal