Jqmodal isn't working in the Updatepanel
问题 I have a method named raise_alarm() which, show a message box based on jquery. But when I call this method from an event of a control(such as submit button) which is inside of Updatepanel, it isn't working. Related codes are below. How can I fix it? Public Sub Raise_Alarm(ByVal p_Page As Page, ByVal p_Message As String, Optional ByVal p_IsError As Boolean = True) Dim strScript As String strScript = "$(function() { Mesaj('" & p_Message & "'); });" & ControlChars.NewLine p_Page.ClientScript