Hi,
I have created one control which is inherited from
System.Web.UI.Control
It works fine in Content Editor..but if you go to Developer Center and
add the control to any layout it generates runtime error.
The error message is : Type 'mynamespace.mycontrol' doen not have a
publich property named 'renderingid'
Can anybody have any idea what i am doing wrong here?
Thanks in advance...