So what I'm trying to accomplish is this <uc3:UserControl ID="UserControl 1" runat="server"
ClockNumber='<%=ClockNumber %>'
Month='<%#Month %>'
Year='<%#Year %>'
/>The user control has public properties named accordingly and the page has protected properties accordingly which I've verified have the desired values.For some reason the values are always empty strings or 0s in the usercontrol, no matter what the page property is.Thanks for any suggestions
View Complete Post