I have a custom server control with a property of Title. When using the control, I\'d like to set the value of the title in the aspx page like so:
As a followup to my own question, I have discovered that what I really wanted was to use ASP.NET Expressions using the <%$ syntax, since what I wanted to do was put in localized content.
This can be done with apparently no extra handling on the server control side.
more content and controls
This works just fine.