J
James
Hi there,
I'm just wondering if this is possible in Asp.net - I'm a newbie to Web
Programming
I'm building this application that will hold a list Persons. A person can
have First Name, Last Name, Age, Gender etc.
What I want is, whenever a user browser comes onto my ASP.net page for the
very first time, I want a fresh/new list
of my Persons object to be given to the user - this is an Array of Person.
The user will then be able to change the list by deleting a few items from
the list.
The key thing I'm looking for, is when the browser window is closed, I want
ALL changes that were made to the person object/list/array to be discarded.
However,
if the user browser window is NOT closed, then the used may see changes made
to the list of persons. Please note that multiple users may log onto my
site at any given time,
and I want each user to have a Fresh list of persons object in which they
may manipulate.
My question to you all ASP.Net gurus are:
1.) Is this possible with using only objects loaded in memory?
2.) Will I need to use Session objects for this?
3.) What is the most simplistic way to implement such a page?
thanks,
I'm just wondering if this is possible in Asp.net - I'm a newbie to Web
Programming
I'm building this application that will hold a list Persons. A person can
have First Name, Last Name, Age, Gender etc.
What I want is, whenever a user browser comes onto my ASP.net page for the
very first time, I want a fresh/new list
of my Persons object to be given to the user - this is an Array of Person.
The user will then be able to change the list by deleting a few items from
the list.
The key thing I'm looking for, is when the browser window is closed, I want
ALL changes that were made to the person object/list/array to be discarded.
However,
if the user browser window is NOT closed, then the used may see changes made
to the list of persons. Please note that multiple users may log onto my
site at any given time,
and I want each user to have a Fresh list of persons object in which they
may manipulate.
My question to you all ASP.Net gurus are:
1.) Is this possible with using only objects loaded in memory?
2.) Will I need to use Session objects for this?
3.) What is the most simplistic way to implement such a page?
thanks,