Posted on: 7/4/2015 8:35:55 AM | Views : 822

Hello
I have this line in my aspx file:
<asp:Label ID="LblDate" runat="server" CssClass="labelStyle" Text="Label"></asp:Label> and this in my aspx.vb file:
Protected Sub Page_Load(ByVal sender As Object, e As EventArgs) Handles Me.Load LblDate.Text = ReturnDate() your_name.Focus() End Sub The code works in my index page (I can see the date) but the same code (copied and pasted) does not work in my contact page.
If I press F11 on my aspx.vb file I get an error with the modernizr-1.5.min file, but I can't see how that would be related.
Thanks

Go to the complete details ...