In the message box I want everything after "delete" to be on a new line. I was using & vbCrLf &, but it's giving me an error. Anyone have the correct syntax?
thanks.
btnDelete.Attributes("onclick") = "javascript:return confirm('Are you sure you want to delete Bid Record " & selectedRow & "?')"
