c# - Microsoft JScript runtime error: Object expected -


I get the following error when the status matches below, I am using the code at the bottom of the content page And in my master page it's

  & lt; ASP: Enable Script Manager Patient Rendering = "True" Enable Positioning = "True" ID = "SIGRAR" Runat = "Server" />  

Error: Microsoft JScript Runtime Error: Object Expected

  if (lstRecipient.Items [i] .text == DdlRecipient.selected.team) {lstRecipient.Items.RemoveAt (i); IsDuplicate = true; ScriptManager.RegisterClientScriptBlock (this, it is.), GetType (), "AlertAid", "Jellert ('The name of the recipient is already in the list.', 'Duplicate Entry!');", True); }  

This usually happens when a jscript function can not be resolved. What is a reference of the JQuery library with your JAlert function?


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -