Browse by Tags

Related Posts

  • Re: Update Panel + Multiview + Webparts = assertion.

    Microsoft.Web.UI.ScriptManager needs to be changed to fix this problem with controls that must be declared early on in the page cycle but aren't rendered in the end, as the client script asserts because it tries to find things that are not actually there. I cannot effectively extend ScriptManager...
    Posted to AJAX UI (Forum) by paulecoyote on 10-18-2006, 12:00 AM
    Filed under: Atlas, extend, ScriptManager, help
  • ScriptManager and ScriptManagerProxy

    I'm wondering why they encourage me to use the ScriptManager control on my master page AND use the ScriptManagerProxy control on my content pages, because without this Proxy control it also works fine... Could anyone explain me why I should use the ScriptManagerProxy control anyway? Thx Gerrie
    Posted to AJAX UI (Forum) by sweetCoffee on 10-26-2006, 12:00 AM
    Filed under: ajax update panel, ScriptManager
  • Beta 1 - 'Sys' is undefined

    I am trying to implement error handeling similar to the example shown here http://ajax.asp.net/docs/mref/a92421a3-3be5-9c1c-4a6c-8f47be4f7910.aspx . Except my ScriptManager is located within the MasterPage. I get a JS error (lower left corner of IE) stating 'Sys' is undefined . I added the follow...
    Posted to AJAX UI (Forum) by jason_m on 10-26-2006, 12:00 AM
    Filed under: ScriptManager, MasterPage, "Sys.WebForms.PageRequestManager"
  • Has ScriptManager.RegisterScriptReference been replaced in new ASP.NET Ajax release?

    Hi, I've been using ScriptManager.RegisterScriptReference to register a JavaScript file with the ScriptManager on the server side. However the code now fails to build since I've moved from Atlas to Ajax. Would anyone know if this function has been replaced in the new release & if so, what...
    Posted to AJAX UI (Forum) by Steve Roberts on 10-26-2006, 12:00 AM
    Filed under: ScriptManager
  • Issue with Page.ClientScript.RegisterStartupScript(...) in asp.NET ajax beta 1

    Hi, This Problem is making my life miserable. Can Anyone please help. I had been using the atlas june ctp. Recently i upgrated to ajax beta1. In a server side of a button click method I updated my database and prepare a message based on update status. Like if a data exist in DB I prepare .. String msg...
    Posted to AJAX UI (Forum) by asifcs on 10-30-2006, 12:00 AM
    Filed under: Atlas, asp.net ajax, ajax update panel, ScriptManager, UI, Javascript, Update Panel
  • [AJAX Beta 1 Error] javascript "event not defined error"

    I have a project that we have been working on using the Atlas CTP. There is a gridview on the page and javascript to facilitate multiselection on the client side. This multi selection javascript uses the event.shiftkey and event.ctrlkey without the checking for browser compatibility because of the browser...
    Posted to AJAX UI (Forum) by Redog on 11-01-2006, 12:00 AM
    Filed under: ScriptManager, ajax beta 1
  • ScriptManager syntax error with v1.0Beta

    Problem with new v1.0 Beta code? I am getting a syntax error that appears to be associated with the Path portion of ScriptManager. The code below worked in the old "ATLAS" code. Ideas? < asp : ScriptManager ID ="scriptManager" runat ="server" EnablePartialRendering ="true">...
    Posted to AJAX Discussion and Suggestions (Forum) by dglsmason on 11-01-2006, 12:00 AM
    Filed under: ScriptManager
  • Can no longer put ScriptManager in Head tag?

    With the "new" release of v1.0Beta, can I no longer put ScriptManager in Head tag? It seems to only allow it in the Form tag. Old code (that used to work): < head id ="Head1" runat ="server"> < atlas : ScriptManager ID ="scriptManager" runat ="server"...
    Posted to AJAX Discussion and Suggestions (Forum) by dglsmason on 11-01-2006, 12:00 AM
    Filed under: ScriptManager
  • UpdatePanel in an IFrame

    I have an ASPX page that has a ScriptManager, an UpdatePanel, a Listbox inside the UpdatePanel, and a IFrame outside of the UpdatePanel. In the IFrame I have another ASPX page that has a ScriptManager, an UpdatePanel, and a Button inside the UpdatePanel. The button in the second ASPX page is not firing...
    Posted to AJAX UI (Forum) by tnederveld on 11-02-2006, 12:00 AM
    Filed under: updatepanel, asp.net ajax, ScriptManager, iframe
  • Re: ScriptManager

    I have the same problem. I load user controls dynamicly in the page in CreateChildControls. Two controls that I load use ExtenderControls so they need the ScriptManager. If I put the ScriptManager in the first it is working ok, but the extender controls in the second user control did not work (their...
    Posted to AJAX UI (Forum) by ligaz on 11-07-2006, 12:00 AM
    Filed under: ajax, asp.net ajax, ScriptManager, "AJAX Toolkit"
Page 1 of 9 (83 items) 1 2 3 4 5 Next > ... Last ยป