When I have a regular text field in UpdatePanel (and not an ASP.NET control) with some JavaScript events on it, after updating UpdatePanel my events disappeared. Is there a way to reattach my events after the update? (Preferably, not inserting my events into the queue).
You can use the endRequest event of the PageRequestManager .
You can have a loop setInterval()to load a document that will search for an item in the update panel, and if it has no events, it can reattach them.
setInterval()
, DOM ( UpdatePanel). korchev, endRequest .
Source: https://habr.com/ru/post/1697782/More articles:Как перенести среду с несколькими сайтами ClearCase/ClearQuest во все Open Source? - version-controlCosts vs. Assistant - databaseWasabi as a web programming language - programming-languages | fooobar.comhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1697780/check-out-from-a-remote-svn-repository-to-a-remote-location&usg=ALkJrhirODXgtqDoKCtH5A1urncjNrUSuQLinux Pitch Authentication - linuxIn Flash, how can I run an e4x statement when this statement is stored in String? - flexAre standard .Net 2 dlls compatible with Silverlight 2.0? - compatibilityWhat are the limitations of Loose XAML? - .netLINQ to XML for a small application can replace a small database? - .netHow do you implement a multicultural web application - designAll Articles