Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generating table on the fly - missing line breaks
Message
De
01/04/2008 03:24:33
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01294342
Message ID:
01307246
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform