Browse by Tags

Related Posts

  • Updatepanel Button Async issue - Won't properly register control

    I'm having a weird problem and need some assistance in troublshooting. I have a very simple page. 1 <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="test.aspx.vb" Inherits="HSE.test" %> 2 <%@ Register 3 Assembly="AjaxControlToolkit"...
    Posted to ASP.NET AJAX UI (Forum) by skrile on 04-09-2009, 12:00 AM
    Filed under: udpdatepanel, ajax, register control
  • Displaying video in panel on same window when user clicks on movie

    Hello to all. I have a page in which I have a list of video names in grid using Ajax. Now what I want is that when the user clicks on a particular video name, the concerned video is displayed in the same window just beside the list. Means the page must not be reloaded. I have tried using <iframe>...
    Posted to ASP.NET AJAX UI (Forum) by just22 on 12-01-2008, 12:00 AM
    Filed under: udpdatepanel, Video, image, ajax
  • Re: Programmatically Add ListView With Internal DataPager To UpdatePanel

    Hi All You can't call response.redirect during the page callbacks. So you can use the following solution We can use the asp timer control as follows <asp:Timer ID="tmCheckStatus" Interval="1800000" runat="server"> </asp:Timer> where the intervel is in millisecconds...
    Posted to ASP.NET AJAX UI (Forum) by mudassarkhan on 11-15-2008, 12:00 AM
    Filed under: udpdatepanel, Asp .NET, ajax, Response.Redirect
  • Re: UpdatePanel and Response.Redirect

    Hi All You can't call response.redirect during the page callbacks. So you can use the following solution We can use the asp timer control as follows <asp:Timer ID="tmCheckStatus" Interval="1800000" runat="server"> </asp:Timer> where the intervel is in millisecconds...
    Posted to ASP.NET AJAX UI (Forum) by mudassarkhan on 11-15-2008, 12:00 AM
    Filed under: udpdatepanel, Asp .NET, ajax, Response.Redirect
  • FF "Losing" CSS on Partial Postback

    I have a page with an AsyncPostBack that is invoked by a control outside of the panel. When the panel content refreshes in Firefox, the style sheet is not fully loaded. Firebug shows the style sheet class properly for the given element, but all of the attributes of the style are no longer there. Live...
    Posted to ASP.NET AJAX UI (Forum) by waynemyer on 08-28-2008, 12:00 AM
    Filed under: udpdatepanel, FF, ajax, CSS, firefox
  • Asynchronous post back for migrated application

    Hi, I have migrated application from .NET 1.1 to 3.5 to facilitate our application with latest Ajax features. I have a small application one dropdown and text box, I am just assigning selected value of the dropdown into a textbox on selected index change event of dropdown. My form exactly looks as below...
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 11-24-2009, 12:00 AM
    Filed under: ajax, udpdatepanel, asynchpostback
  • Asynchronous post back issue

    We recently updated our application with latest Ajax 3.0.30930.0 and implemented tab control, HTML editor and combo boxes in our application and its all working fine in our development environment; after deploying application into our server asynchronous call is not working it is doing a complete page...
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 12-09-2009, 12:00 AM
    Filed under: ajax, udpdatepanel, asynchpostback
  • Re: Ajax enable / diable postback

    I am dynamically building my PeopleEditor inside a SPGridView in SharePoint, my SPGridView is inside the AJAX UpdatePanel. I have the same issue and I can't get the PeopleEditor to resolve AD names, i can't even get the PeopleEditor Search to show up. I get the following error "EntityEditor_UseContentEditableControl...
    Posted to ASP.NET AJAX UI (Forum) by gthardy on 12-29-2009, 12:00 AM
    Filed under: ajax, udpdatepanel, PeopleEditory
Page 1 of 1 (8 items)