L
luna
could someone explain the meaning behind :- System.IndexOutOfRangeException:
firstname1
when the code is :-
If objDR("firstname1") Is System.DBNull.Value Then
firstname1.Text = ""
Else : firstname1.Text = objDR("fname1")
End If
and theres no entry in the database if theres an entry in the database there
isnt a problem
firstname1
when the code is :-
If objDR("firstname1") Is System.DBNull.Value Then
firstname1.Text = ""
Else : firstname1.Text = objDR("fname1")
End If
and theres no entry in the database if theres an entry in the database there
isnt a problem