Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generating table on the fly - missing line breaks
Message
From
01/04/2008 03:24:33
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01294342
Message ID:
01307246
Views:
12
Try to put br outside the

. not tested

tcTitle.Text += "\">" + (string)rdr["EventName"] + "</a></p> <br />";
                tcDescription.Text = "<p class=\"bodytext_calendar\">" + (string)rdr["Description"]
                    + "</p>";
                rInfo.Cells.Add(tcSpacer1);
                rInfo.Cells.Add(tcDate);
                rInfo.Cells.Add(tcTime);
                rInfo.Cells.Add(tcTitle);
                rInfo.Cells.Add(tcSpacer2);
                rInfo.Cells.Add(tcDescription);
                rInfo.Cells.Add(tcSpacer3);
                tblList.Rows.Add(rInfo);
                tblList.Rows.Add(rBar);
Roses are #FF0000 Violets are #0000FF all my base are belong to you
Previous
Reply
Map
View

Click here to load this message in the networking platform