How can I create different number of button controls?
Posted
by iTayb
on Stack Overflow
See other posts from Stack Overflow
or by iTayb
Published on 2010-03-29T19:35:40Z
Indexed on
2010/03/29
19:43 UTC
Read the original article
Hit count: 367
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!! :)
© Stack Overflow or respective owner