I have a user control that is a tableRow that is added several times to a placeholder to create a table. I have a property that gets and sets the value of a label within the user control. I am trying to indent some of the text in the label. I have tried appending " " onto the beginning of the label text. As I step through my code, it sets the label text = " sometext", but when it renders it in my browser, it has the same justification as "sometext". I have tried using chr(9) (horizontal tab) and chr(32) (space) with no luck.
This is what I would like my output to look like:
sometext
sometext
sometext
sometext
sometext
sometext
This is what I would like my output to look like:
sometext
sometext
sometext
sometext
sometext
sometext