this is the code on the .aspx page for the control
then the variable declaration in the code behind, the variable is definitely populated before the page renders but the control comes up blank
I used this ms kb article as a source of course it all looks so simple. I'm wondering if there is some specific way the variable has to be declared. or some directive for the page? or ?????????????????
Code:
<asp:TextBox id="someID" maxlength="10" columns="10" runat="server" Text="<%# work %>" />
Code:
Public Shared work As Integer
work = 987654321