Hi,
I am newbie, so please bear with with me. I have this big web app project I just started working on and i want to add the current date and time to my footer page. I created this procedure:
Public
CurrentTime = Format(Now,
End
I created a CurrentTime.vb class file and place it there and then I try putting the following code in the footer.ascx.vb to call the procedure:
GetCurrentTime.GetCurrentTime(test,
lbTodayDate.Text =
but still nothing happens. So where do i put code when i want a label.text to equals something?
am i putting my call and my procedure in the right places?
Please help.
Thanks in advance,
-Charles