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.
我对密码文本框控件有疑问。我有用户名文本框、密码文本框、retypepassword 文本框。我有包含网站、报纸、其他项目的下拉列表。填写用户名、密码后,在文本框中重新输入密码。每当我从下拉列表中选择报纸和其他项目时,密码和重新输入密码文本框的值都会被清除。我在下拉列表控件中设置了 autopostback=true。请有人帮助我我的错误在哪里?
提前致谢
这是有意的,因为AutoPostBack设置为True,网站将执行回发并重新加载页面(或部分页面)。期间不保留密码输入中的值Postbacks。
AutoPostBack
True
Postbacks