yan
05-14-2003, 03:15 PM
Hi all,
Could some one give an idea how to do this? Here is what I need to do.
1. client submit an order number.
2. I will return all items with invoice checkboxes on that order.
3. Client check mark the items they want to generate invoice and submit.
4. I will return an invoice contains only the checked items.
Since the order items varies, how does the server code detect which item is check mark? Any sample code out there? Do I need to use class? If so, how do I retrieve class info at the sever code?
Thanks
Could some one give an idea how to do this? Here is what I need to do.
1. client submit an order number.
2. I will return all items with invoice checkboxes on that order.
3. Client check mark the items they want to generate invoice and submit.
4. I will return an invoice contains only the checked items.
Since the order items varies, how does the server code detect which item is check mark? Any sample code out there? Do I need to use class? If so, how do I retrieve class info at the sever code?
Thanks