How can i call a jquery method from vb sub routine?
My code is when it returns false, the div which contains an alert message will show.
Her'es my code, but its not working:
If res = Nothing Then
Page.ClientScript.RegisterClientScriptBlock(Me.GetType(), "PopupMessage", "$('.styleError').toggle('5000');", True)
End IF