Dim count As Integer = 0
If count Mod 3 = 0 Then
lblProductInfo.Text &= "<tr><td>"
lblProductInfo.Text &= "<table class=""tbproductCon""><tr>"
End If
lblProductInfo.Text &= "<td height=""110"" width=""260"" valign=""top"">"
lblProductInfo.Text &= ShowCatalog()
lblProductInfo.Text &= "</td>"
If count Mod 3 = 2 Then
lblProductInfo.Text &= "</tr></table>"
lblProductInfo.Text &= "</td></tr>"
lblProductInfo.Text &= "<tr><td> </td></tr>"
End If
count = count + 1
ไม่ทราบว่าต้องเชคยังไงครับ ขอบคุณครับ
Tag : .NET, Ms SQL Server 2005, Web (ASP.NET), VB.NET