User Controls - Setting the Default Property
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
In my User Controls, how do I set the default property so that if I set it like this...
<custom:MyControl runat="server" ID="ctlTest">**Insert Title Here**</custom:MyControl>
'Insert Title Here' maps to a specific property in the user control called Title?Dominic Pettifer Blog: www.dominicpettifer.co.uk