开发者

How can i get the value of a html select element inside a repeater control on button click

开发者 https://www.devze.com 2022-12-31 16:01 出处:网络
I have a repeater with select html inside the item template. I could not use dropdown list as it does not supportso i had to 开发者_JAVA百科build select withinside a repeater.

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 开发者_JAVA百科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?


You can acces via Request.Form["DROPNAME"]

0

精彩评论

暂无评论...
验证码 换一张
取 消