Hi,
fiorano:
RandomProductNames.Text (dr("ProductName").ToString() & "<br />"
Please replace the above code with this.
RandomProductNames.Text &= dr("ProductName").ToString() & "<br />"
I look forward to receiving your test results.
Sincerely,
Zong-Qing Li
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as
Answer” if a marked post does not actually answer your question.