在 asp:CreateUserWizard 中,DropDownList 不会保存到数据库?
在向导的第二步中,我有一个从数据库填充的下拉列表。当我转到第三步 RegisterUser.ActiveStepChanged 事件(如果触发)时。我在那里将数据保存到数据库中。我的文本框保存正确,但我的 vb 代码没有从下拉列表中提取 selectedIndex/Value。 我尝试填充 Load、PreRender 中的下拉列表,但它们都没有帮助。如果没有回发,我也做了,这也没有帮助。
有什么想法吗?
In the 2nd step of the wizard, I have a dropdownlist that is populated from the db. when I go to the 3rd step RegisterUser.ActiveStepChanged event if fired. In there I save the data to the db. My textboxes are saving properly but my the vb code isn't pulling the selectedIndex/Value from the dropdown.
I tried populating the dropdown in Load, PreRender and neither of them helped. I also did if not Postback which didn't help either.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是代码示例:
谢谢。
Asp.net - 它仅包含相关代码:
VB.net代码
Here is the code Sample:
Thanks.
Asp.net - It only includes relevant code:
VB.net code