now, this might be me being dumb, but you psudo code is throwing me a little.
is
actuallyCode:<Label Name="TotalHours" />
If it is, then shouldn'tCode:<asp:Label runat="server" id="TotalHours" />
beCode:Private Sub Refresh(ByVal sender As System.Object, ByVal e As System.Windows.Input.TextCompositionEventArgs) TotalHours.Content = Hours.Text * 40 End Sub
Code:Private Sub Refresh(ByVal sender As System.Object, ByVal e As System.Windows.Input.TextCompositionEventArgs) TotalHours.Text= Hours.Text * 40 End Sub



LinkBack URL
About LinkBacks




Reply With Quote


Bookmarks