开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜