提交前有回发时,自动完成不会保存
我有一个非常简单的 asp.net 表单。
一个文本框, 具有自动回发功能的下拉列表, 会出现一个提交按钮
- 如果我在文本框中输入一些值,然后在下拉列表中选择一个项目,那么现在
- ,这会导致页面回发。
- 然后单击提交按钮,
文本框中的值不会保存到自动完成数据存储中。
如果我反其道而行之。
- 从下拉列表中选择一个将导致页面回发的项目。
- 在文本框中输入一些值。
- 单击提交。 该值被保存以供自动完成。
我认为这可能与页面生命周期和视图状态有关。但我该如何解决这个问题呢?我用的是IE8。
我尝试过 AutoCompleteSaveForm 命令。但如果执行后立即有回发,则不起作用。
I have a very simple asp.net form.
a text box,
a dropdownlist with autopostback,
a submit button
- now if i type in some value into the textbox
- and then select an item in the dropdown which causes a page postback.
- then click on submit button
the value in the text box does not get saved into the autocomplete data store.
if i do the opposite.
- select an item from the dropdown which will cause a page postback.
- type in some values in the textbox.
- click submit.
the value is saved for the autocomplete.
I think this may have something to do with the page life cycle and the viewstate. but how do i get around this issue? I'm using IE8.
I have tried the AutoCompleteSaveForm command. but it does not work if there's a postback immediately after the execution of it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其用于 IE:
它不适用于 Firefox,我正在尝试找到答案......
Use this for IE:
It does not work for Firefox and I'm trying to find the answer for that....