How can i get the value of a html select element inside a repeater control on button click
Posted
by kashyap
on Stack Overflow
See other posts from Stack Overflow
or by kashyap
Published on 2010-05-24T14:17:06Z
Indexed on
2010/05/24
14:21 UTC
Read the original article
Hit count: 262
I have a repeater with select html inside the item template.
I could not use dropdown list as it does not support so i had to build select with inside a repeater.
On button click i want get the value of the selected item.
the inside the repeater does not have runat=server.
How can i do this?
© Stack Overflow or respective owner