M marcia Aug 28, 2003 #1 How can I display parts of a string one line after the other using a Label in a WebForm ... or otherwise?
How can I display parts of a string one line after the other using a Label in a WebForm ... or otherwise?
K Kevin Spencer Aug 28, 2003 #3 xxxxxxxxxxx + "<br>" + xxxxxxxxxxxxxxxxx + -- HTH, Kevin Spencer Microsoft MVP ..Net Developer http://www.takempis.com The more I learn, the less I know.
xxxxxxxxxxx + "<br>" + xxxxxxxxxxxxxxxxx + -- HTH, Kevin Spencer Microsoft MVP ..Net Developer http://www.takempis.com The more I learn, the less I know.
M marcia Aug 28, 2003 #4 What I'd really like to do is take Label1.Text = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; and display portions of the strings on seperate lines ... something like Label1.Text = "xxxxxxxx" + ??? + "xxxxxxxx" +
What I'd really like to do is take Label1.Text = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; and display portions of the strings on seperate lines ... something like Label1.Text = "xxxxxxxx" + ??? + "xxxxxxxx" +
M marcia Aug 28, 2003 #5 Thanks! -----Original Message----- xxxxxxxxxxx + "<br>" + xxxxxxxxxxxxxxxxx + -- HTH, Kevin Spencer Microsoft MVP ..Net Developer http://www.takempis.com The more I learn, the less I know. . Click to expand...
Thanks! -----Original Message----- xxxxxxxxxxx + "<br>" + xxxxxxxxxxxxxxxxx + -- HTH, Kevin Spencer Microsoft MVP ..Net Developer http://www.takempis.com The more I learn, the less I know. . Click to expand...