A
Adam Knight
Hi all,
Having trouble with this expression.
Can anyone tell me what i am supposed to be doing?
If(Rdr("answer_url") <> System.DBNull.Value) Then
txtAnswerUrl.Text = Rdr("answer_url")
End If
Cheers,
Adam
Having trouble with this expression.
Can anyone tell me what i am supposed to be doing?
If(Rdr("answer_url") <> System.DBNull.Value) Then
txtAnswerUrl.Text = Rdr("answer_url")
End If
Cheers,
Adam