获取 DropDownList 中 SelectedIndex 处的 SelectedValue?
这可能吗?当使用以下代码触发某个事件时,我以编程方式更改选定的索引:
DropDownList.SelectedIndex = DropDownList.SelectedIndex + 1
现在我想通过回发使用 DropDownList 的新 SelectedIndex 中的文本更新相应的文本框。
做到这一点最简单的方法是什么?
我知道如何在 javascript 中做到这一点...我只是想知道我是否可以在后面的 VB 代码中做到这一点。
Is this possible? I programatically change the selected index when a certain event is fired using this code:
DropDownList.SelectedIndex = DropDownList.SelectedIndex + 1
Now I want to update a corresponding textbox with the text that is in the new SelectedIndex of the DropDownList via postback.
What's the easiest way to do this?
I know how I can do this in javascript.... I was just wondering if i could do this in the VB code behind.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
详细了解 ListControl.SelectedValue
Read more about ListControl.SelectedValue