I’m writing a website that will sell items from one of my classes. It will be linked to a SQL Server db where I will pull pricing, item name, quantity and description. If I wanted to display the items from the database in a thinkgeek fashion, what would be the best control to use so I can custimize the display to actually look ok?
Share
You’ll get the best flexibility with an asp:Repeater. This means you’ll have to program more, but it will give you more flexibility.