Hello everyone. i am trying to build a basic Web forms website as part of a learning experience. I have a database of "project names", call them A, B, C. I already know how to access a database and assign these rows to a list, an array, a data view, etc..
What I WANT to do is have a webpage (main page) that has X links, where X is the number of Projects in this database table. These links will link to other ASP webpages based upon name (project A has it's own web-page, same as project B).
However I am not sure how to create dynamic "links" or dynamic "buttons" and populating them with these values.... If I could do this in some sort of table format it would be better, but I can figure that part out myself.
Does anyone have any tips of some sites to look at for this functionality (or the core code itself?) thanks!
Go to the complete details ...