Ramco Ramco

Ramco Ramco

  • 465
  • 2.8k
  • 396.3k

Multiple rows in a message

Apr 3 2023 5:21 PM

Hi

  I have below code and i want if there r 4 records then each record should get displayed as separate line in a message.

if (Result != null)
{
    ShowMessage("Information : ", ddlBook.SelectedItem.Text + " has been done by " + Result.Name  , "info");
}

Thanks


Answers (26)