I have created a number of controls that inherit from standard web controls. I pass data from the server to the client by doing a MyWebControl.Attributes.Add("Name","Value"), then on the client, I do a MyControl.getAttribute("Name") to get the value.
This doesn't work for the RadEditor. Is there a similar mechanism I can use to do this with the RadEditor? What about other RadControls?
Thank you.
This doesn't work for the RadEditor. Is there a similar mechanism I can use to do this with the RadEditor? What about other RadControls?
Thank you.