Tuesday, May 20, 2008

fill text box with nullable type or empty

fill text box with nullable type or empty
txtExpectedCloseDateTextBox.Text = olo.ExpectedCloseDate.ToString() ?? string.Empty;