|
Why would the following line:
Dim dlResult As DataLayerResult = m_DataLayer.Login(txtUserName.Text, txtPassword.Text)
give me an exception error
System.NullReferenceException - Object reference not set to an instance of an object
when I'm sure I am passing a user name and password across?
Many thanks
Mark |