How can I create different number of button controls?
- by iTayb
I'm printing to the screen lots of entries from my database. I'd like each entry to have it's own button, so I can add that specific entry to my cart (saved in Session[]).
How can I do it?
I'd like to have something like this:
Thank you very much!! :)