Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有属性 TextMode = "password" 的文本框。在我使用 ajax (PageMethods) 调用服务器函数后,该值会从文本框中清除。我拥有的所有其他文本框(不是密码文本框)都保存了它们的值。
有什么解决办法吗?
谢谢,英巴尔。
好吧,如果您选择了密码,它的安全功能不会保存任何值Textmode,但是如果您想获取此值,您可以将文本框值保存在ViewState. 这样它就可以在回发期间持久保存。
Textmode
ViewState