Browse by Tags

Related Posts

  • ScriptResource.axd errors

    I'm experiencing something I've never seen before, and something that doesn't seem to be dicsussed on the internet. I have an AJAX web site that is designed to run continuously, 24 hours a day. Something that employees can walk past and review, then move on. It refreshes itself based on a...
    Posted to ASP.NET AJAX UI (Forum) by azpcc on 06-15-2009, 12:00 AM
    Filed under: udpdatepanel partialrendering, ajax update panel, asp:Timer, ajax update panel trigger, TimerControl AJAX, Upadatepanel Javascript, ASP AJAX, ajax updatepanel trigger Timer, update Panel trigger javascript, Timer, update Panel javascript, UpdatePanel ajax, ajax updatepanel PostBack, "ajax update panel trigger", AJAX UpdatePanel, asynchpostbackerror, asyncpostbackerror, .Net 3.x, AJAX 3.5, AJax UpdatePanel, udpdatepanel, AJAX .NET 3.5, "javascript", ASP.NET PAGE REFRESH, upadatepanel + ajax + javascript, ajax + updatepanel + javascript, Udpdatepanel IE AJAX Extensions, ASP.NET 3.5, asynchpostback, ASP.NET 3.5 AJAX, ASP .NET AJAX
  • FileUpload not working when used with Update Panel and Multiview

    Hi, I have a multiview control inside a update panel. In my sample page, the first view has just a button(In real time has lots of controls). On clicking this button I show the second view which has a asp file upload and a button. When I click the file upload button, I am unable to get that file in the...
    Posted to ASP.NET AJAX UI (Forum) by kevinandrew on 04-20-2009, 12:00 AM
    Filed under: udpdatepanel, Update Panel and file upload, file upload not working inside Update Panel, Files Upload
  • 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
  • Update Panel and CSS

    I have an update panel in a user control which is contained in a parent page. The update panel has async triggers which refer to buttons outside of the update panel. The update panel containts a literal control that has the .Text value set via code depending on which button is clicked. NOTE: The literal...
    Posted to ASP.NET AJAX UI (Forum) by jonathaneggert on 03-30-2009, 12:00 AM
    Filed under: udpdatepanel, udpdatepanel partialrendering
  • Use UpdatePanelAnimationExtender

    Another good solution is to use the AJAX UpdatePanelAnimationExtender in conjunction with the UpdateProgress control. The UpdatePanelAnimationExtender will fire everytime an associated trigger is executed by the user. This will allow you to script the display of the UpdateProgress control within the...
    Posted to ASP.NET AJAX UI (Forum) by smcherniss on 02-27-2009, 12:00 AM
    Filed under: udpdatepanel, update Panel events, Update Progress Problems, "AJAX .NET 2.0", "Ajax Control Toolkit", "AJAX Toolkit", AJAX .NET, Ajax Controls, AssociatedUpdatePanelID UpdatePanel, AssociatedUpdatePanelID UpdatePanel Triggers, "ajax update panel trigger", updateProgress, ajax 2.0, ajax update panel IE
  • 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
  • Nested UpdatePanels... Help Needed!!!

    Hi, I have the following structure fo my aspx page with nested Updapanels: Search text from user's grid < asp:TextBox id= "txtSearch" runat= "server" CssClass= "input" ></ asp:TextBox > < asp:Button id= "btnSearch" onclick= "btnSearch_Click"...
    Posted to ASP.NET AJAX UI (Forum) by adityapawar on 11-06-2008, 12:00 AM
    Filed under: udpdatepanel
  • Registering AsyncPostBackTrigger to event of nested user control

    I have a page with a dropdown list with an default selected value signifying no selection. When the user changes the selection, a TabContainer control is displayed that contains controls that are loaded with all the data relating to the selection in the DropDownList. I have some fields in a user control...
    Posted to ASP.NET AJAX UI (Forum) by desertfoxaz on 10-31-2008, 12:00 AM
    Filed under: udpdatepanel, user Control, asynchpostbacktrigger
Page 1 of 2 (20 items) 1 2 Next >