WebForms Core 2.1 is coming soon from Elanat. The new version introduces a collection of capabilities designed to further expand the server-driven approach of WebForms Core. One of these new capabilities is Morphing.
Morphing provides a way to synchronize an existing DOM element with a new HTML structure without necessarily replacing the existing element itself.
This makes it possible to update HTML structures while preserving the identity of existing DOM elements.
Morphing
Morphing is a DOM synchronization mechanism that compares an existing HTML element with a new HTML structure and applies the required changes to the existing DOM.






