TextBox 的 Text 属性不会从 DropDown 的 SelectedIndexChanged 事件中更新
当我通过下拉列表的 SelectedIndexChanged 事件更改任何文本框的文本属性时,文本不会更改。这是为什么呢?
When I change the text property of any textbox through a dropdown's SelectedIndexChanged
event, the text doesn't change. Why is this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最有可能需要在下拉列表中设置
AutoPostBack="true"
Most likely need to set
AutoPostBack="true"
on your Dropdown list