Click to See Complete Forum and Search --> : Multiple Delete Option


Parameswar
May 19th, 2007, 04:46 AM
Hello EveryBody


I want to know How can make a asp.net page so that i can multiple select Products and all their Summation Price is added in Next Page that is Bill page.

hspc
May 19th, 2007, 05:09 AM
The products display page can be a data grid with check boxes.
when the user submits it, selections are stored in the session and then the user is redirected to the summation page.