I need some help
Basically i need a code to put some links in a listbox, one after another. For example:
This is my table
ID-----URL--------
1 Google.com
2 Yahoo.com
and so on.
I have already opened a mysql connection, and i just need to put all the URLs in a listbox, one after another.
I tried this:
ListBox1.Items.Add("URL")
, and obviousely didn't work. Any other ideas? Thanks!

New Topic/Question
Reply



MultiQuote






|