Hi !
I am having problems accessing a label on an aspx page to a called function which resides in a seperate .vb file.
My code is as follows:
Login.aspx
======== <asp:label id="lblErrorMessage" runat="server"></asp:label>
BL / PSUrAccount.vb
==============
Public Class WBUserAcct
I want to access the 'lblErrorMessage' control here..!!
End Class
Thanks,
Adi