Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Postbacks in .net webforms #283

@spideywebdesign

Description

@spideywebdesign

It may be that someone has a fix for this already, if so I apologise, I've not managed to find it as yet..

Like with all of these javascript dialogues, on creation, the dialogue is appended to the body tag. While great for everything else, this means it breaks postbacks if you have .net webforms controls inside the dialogue. I have tried tweaking the master file to appendTo('form') instead of body, but this causes it to break. Similarly, I tried re-appending the dialogue to the form on the beforeLoad and afterLoad events, however, both resulted it it being unable to return the content.

Is there an easy workaround for this, or would it be able to add a property so you can choose to append to a different tag such as the form if you're unfortunate enough to be working on a webforms project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions