Question:
How can I access the usercontrol’s left and top properties from within the user control?
Answer:
Certain standard properties such as top and left are provided to a control by its container. These properties are exposed to the UserControl developer through the Extender object:
UserControl.Extender.Top
Note: These properties are intended for the client’s use. You should only read them, never change them.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























