-
-
Notifications
You must be signed in to change notification settings - Fork 55
asp:UpdateProgress and dirtypage is not working #141
Copy link
Copy link
Open
Description
I have asp:UpdateProgress on my webform and trying to use dirtyforms jquery which is not working. any help would be greatly appreciated
$(document).ready(function () {
$('form').dirtyForms();
});
<asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="Main">
</asp:UpdateProgress>
<asp:UpdatePanel ID="Main" runat="server">
<asp:AsyncPostBackTrigger ControlID="btnBack" EventName="Click" />
<
controls defined here
</asp:UpdatePanel>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
