当UpdateProgress正在运行时,如何更改标签(LblSaved)?我的标签在UpdateProgress之后更新。我需要,当UpdateProgress启动run to do label(lblSaved) visible false。
<asp:UpdateProgress ID="uprogAutoSave" AssociatedUpdatePanelID="upnlAutoSave" runat="server">
<ProgressTemplate>
<asp:Literal runa
我试图使用自定义验证器来验证两个下拉列表。这是我的密码:
<script type="text/javascript">
function customValidation(sender, eventArgs)
{
var customValidator = document.getElementById('<%=customValidator.ClientID%>');
var ddl1 = document.getElementById('<%=ddl1.ClientID%