B
bob
Hi,
I have a page that has a collection of things which it passes to a
second 'print' page using a session variable.
The print page has buttons for moving though the collection and the
user prints by using the browser print button then moves to the next
one in the session collection.
All very tedious but I know no better.
The missing pieces of my puzzle;
1) How do you programatically print with ASP.net?
2) Ideally the print page would update from the session variable
and print itself n times until all members of the collection have been
printed.
Is this possible?
I am getting the feeling that I need to use Javescript seeing I am
essentially asking for a client side action.
If so is there a Javescript tutorial or book you would recommend for
someone who has never used it.
thanks
Bob
I have a page that has a collection of things which it passes to a
second 'print' page using a session variable.
The print page has buttons for moving though the collection and the
user prints by using the browser print button then moves to the next
one in the session collection.
All very tedious but I know no better.
The missing pieces of my puzzle;
1) How do you programatically print with ASP.net?
2) Ideally the print page would update from the session variable
and print itself n times until all members of the collection have been
printed.
Is this possible?
I am getting the feeling that I need to use Javescript seeing I am
essentially asking for a client side action.
If so is there a Javescript tutorial or book you would recommend for
someone who has never used it.
thanks
Bob