Browse by Tags

Related Posts

  • Re: AsyncPostBackTrigger programmatically

    /// <summary> /// OnLoad EventHandler for ImageButton /// </summary> /// <param name="sender">Image Button</param> /// <param name="e">Event Arguments</param> protected void ImageButton_OnLoad(object sender, EventArgs e) { try { AsyncPostBackTrigger...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by apoorvs on 07-07-2007, 12:00 AM
    Filed under: updatepanel, ajax, asynchronous, AsyncPostBackTrigger, Trigger
  • UpdatePanels and AsyncPostbackTrigger

    I'm having an issue with UpdatePanels (UP). I have a few UP's on my page that are linked via UP Triggers corresponding to different actions between the UP's. I have one UP that plays a video and sets some other information. I then have another UP with a DataList containing LinkControls. Each...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by SuperGhost on 07-17-2007, 12:00 AM
    Filed under: updatepanel, AsyncPostBackTrigger
  • Re: Problem when trying to programmatically update an updatepanel

    Hi vik2000in, Eveything i have in my updatepanel is added programmatically (populate through all pictures in a specified directory and display them in the updatepanel). The idea is to upload pictures in a directory and, once uploaded, the updatepanel that displays the pictures gets updated to reflect...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by pichto on 12-30-2007, 12:00 AM
    Filed under: updatepanel, ajax, asyncronous request/response, "scriptmanager", AsyncPostBackTrigger, .NET 3.5, AJAX .NET fileupload, Ajax ORCAS 2008 Beta2, asynchronous calls
  • Problem wth dynamically adding UpdatePanel trigger

    I am creating a navigation menu by adding LinkButtons to a page at runtime. I need these buttons to cause an UpdatePanel to refresh rather than posting the whole page back. I have added the buttons to an asp:panel control, created a event handler for the buttons and added an AsyncPostBackTrigger for...
    Posted to ASP.NET AJAX UI (Forum) by nickfoster on 03-17-2008, 12:00 AM
    Filed under: updatepanel, AsyncPostBackTrigger, runtime
Page 1 of 1 (4 items)