Tell me I have in the database http://s001.radikal.ru/i195/1201/66/8070bbdfa9f3.png (especially the link because the resolution is large so that it can be clearly seen), how can I do such a cycle in C # so that the element WebBrowser they are constantly viewed one after the other ... and if you add another site to the database, then it will also be viewed, I tried this:
for(int i = 1; i < 100500; i++) { command.CommandText("SELECT Url FROM t_links WHERE ID='" + i + "'"); } But he just opens the first site and more and more does not go anywhere.