I got an error on this line that said "Object reference not set to an instance of an object"
Me.ShipTextValue.Text = IIf(String.IsNullOrWhiteSpace(orderHeader.ShippingText), String.Empty, orderHeader.ShippingText.Replace(Environment.NewLine, "<br />"))
However I don't think there is an error on that line, can anyone help me to see whether any error on that line?
Many Thanks