B
Bob Cummings
Greetings
I am a student doing a senior project in ASP.NET. The project is to
build an "on-line" card catalogue for a training library for a local
company. The library contains several different types of media; books,
DVD, VHS tapes among others.
Each of these different types of media have different attributes the
client wants to display such as run time for the audio visual media and
number of pages for the books or magazine articles.
Is there anyway to create the web pages "on the fly", probably from some
sort of data connection (XML or otherwise), for viewing or entering new
media into the system. I know I can make the pages as needed for each
type of media and then just call them as needed, but I just believe
there must be a better way (write code to write code). My main concern
is as time goes on there will probably be newer types of media added to
the training center and then another page will have to be created to
handle that as opposed to the web page being dynamic enough to be
created from some database table headers.
In my Java class I was able to write a class that could read a text file
and create the screen from it using flow layout I think. But that was
two years ago.
Thanks for reading this far.
Bob
PS Of course this is just a senior project and after May 13th I will
never have to deal with this system again (unless they hire me <grin>)
but I would like to do the best job possible.
I am a student doing a senior project in ASP.NET. The project is to
build an "on-line" card catalogue for a training library for a local
company. The library contains several different types of media; books,
DVD, VHS tapes among others.
Each of these different types of media have different attributes the
client wants to display such as run time for the audio visual media and
number of pages for the books or magazine articles.
Is there anyway to create the web pages "on the fly", probably from some
sort of data connection (XML or otherwise), for viewing or entering new
media into the system. I know I can make the pages as needed for each
type of media and then just call them as needed, but I just believe
there must be a better way (write code to write code). My main concern
is as time goes on there will probably be newer types of media added to
the training center and then another page will have to be created to
handle that as opposed to the web page being dynamic enough to be
created from some database table headers.
In my Java class I was able to write a class that could read a text file
and create the screen from it using flow layout I think. But that was
two years ago.
Thanks for reading this far.
Bob
PS Of course this is just a senior project and after May 13th I will
never have to deal with this system again (unless they hire me <grin>)
but I would like to do the best job possible.