Re: Looking for a nice tool
Hey,
Have you had a look at the ASP.Net Starter Kits:
http://www.asp.net/community/projects/
They have a number of pre-built sites that may have something that covers what you are after.
It sounds to me like you are struggling with how the backend information is going to be stored, is that fair? If so, the best way to go about getting this sorted out would be to draw it out, just on a bit of paper, then start the normalization process, until you have got a structure that will cover everything that is required.
Gary
Re: Looking for a nice tool
I know how I want the tables to be setup. I actually got started building it, but then thought that it should be something that already exists and stopped.
I did look over the Starter Kits, but didn't see what I wanted.
Re: Looking for a nice tool
Hey,
It is unlikely that you are going to find something that fits your need EXACTLY, there is always going to some portion of it that doesn't quite fit, so you will either need to edit what you find, or start from the beginning taking complete control of it.
Gary