I am trying to figure out some web development using ms vwd in C#. I want to link a couple of textual titles to hyperlinks. However, those hyperlinks are stored in a database object's column using ms sql server and so I need to use the oledb commands and iterate through that. But I want to be able to iterate through those links using a wild card so that I don't have to manually input all the links. So I made an aspx page that goes like: