• 0

membership management for ASP


Question

(Topic title is a bit misleading, my apologies. This is about managing a list of users that I manually input. I want to display them on a web page and have them be able to at least be sorted by one field and then displayed. I do not want users to have their own profiles, etc. I just want basically a database of information that can be hopefully easily maintained by me)

So I am managing a web site that is hosted on a Windows server and am trying to come up with a good way to maintain a list of several hundred members. As it stands right now, they are in no sort of database; all information is just coded in HTML, meaning when anything changes, I have to go back and edit it. Also makes it impossible to sort/search this data, and entering in new information (we get ~50 members each year and lose about the same amount, and I have to edit it all in HTML, then shift everything, etc etc) is also incredibly time-consuming.

I'm looking for an ASP.net member database type thing I can use to help make this process easier. I'd like to display a few custom fields, a picture, and then have this ideally be able to be searched/sorted by one or more of the fields. I have been searching for the past two hours or so with no luck of finding such a beast. If it was in PHP, I could survive...

Please let me know if you have any ideas or suggestions I can look in to.

Thanks.

It should be noted, this server absolutely sucks. I have no access to anything essentially. I have no sort of database to use that currently exists (SQL for example) and I can't figure out how to maintain all of this information in an Access DB because I don't think I can set up the DSN properly (unless I'm mistaken, in which case I just don't know). This makes it very difficult to work with.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.