Just to start off, I am not very experienced with ASP :-) What I would like to do is create an events page where my client can add events as they come up. I don't need a whole calendar showing all the days of the month. I can build in HTML but I don't know the best way to make it dynamic so he can update it ... thanks for any suggestions!!
I would create a database to store the data elements, and use asp to get the data out and put the data in. You will probably need to create some kind of user login also, to separate the users so that they are not updating each others data.
There are many ways of doing this, but you will need at least an introduction to what a database is, and how asp can 'talk' to it.
Your web host probably has some help files online about how their system interacts with databases, as many hosts have different ways of doing that.
Bookmarks