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.
我们如何相对于输入密码的 TextBox 定位 AjaxControl PasswordStrength?根据显示的 ValidationSummary,文本框向下移动,而 PasswordStrength 保持浮动/绝对。
DisplayPosition="RightSide"在ajaxToolkit:PasswordStrength物体上使用。如果这不起作用,那是由于限制,例如:表格上的列宽。
DisplayPosition="RightSide"
ajaxToolkit:PasswordStrength
如果摘要和强度重叠,请将摘要放在不同的 tablerow、div、使用 br 等中。
问候,
M。