Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asp:UpdateProgress and dirtypage is not working #141

Open
nixan286 opened this issue Jan 3, 2025 · 0 comments
Open

asp:UpdateProgress and dirtypage is not working #141

nixan286 opened this issue Jan 3, 2025 · 0 comments

Comments

@nixan286
Copy link

nixan286 commented Jan 3, 2025

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant