setting UserControl properties that are Controls themselves
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
How can you, if at all, set properties of a UserControl which happen to be controls themselves (ie System.Web.UI.WebControls.Image) in the designer instead of in the code-behind. Also, how can you use elements instead of attributes to set the properties of a UserControl. Example: This is the Blahest control ever