Search

You searched for the word(s): userid:687488

Matching Posts

  • Sys.WebForms.PageRequestManagerTimeoutException

    Hi there, Can anyone tell me how I can handle the PageReuqestManagerTimeoutException. Let me explain. I've got a ASP.NET, AJAX enabled website for generating maps using a third party COM mapping application. We create it, pass in some information based on user paramets and then let it go to work asynchronously following a button click. It generates a map, which causes an UpdatePanel to update and at the end of the page lifecycle, I have to clean up (i.e. destroy the COM objects). If I fail to do
  • Application_Error with AJAX

    Hi there, Can anyone tell me the right way to capture errors at Application level when using AJAX. The Application_Error event just doesn't seem to fire when a problem occurrs on my AJAX enabled page. My code within the Application_Error event constructs a class and simply calls a method from within that simply sends me an email and writes some info to the event log. Normally (on non AJAX sites), this works fine. I have also noticed that if called explicity from a try/catch block, I can get this
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by mbettesworth on 2/12/2007
    Filed under: ajax
  • Loading JavaScript with Partial Page Rendering

    Hi, Can anyone tell me the right way to load my JavaScript file and make a call to one of the methods both when my page first loads and when a partial page postback occurs. I've read loads on registering client script blocks and startup scripts but my application will not run that initial method following a partial postback - whatever I do? BTW- The .js file is accessible if you click on a button following partial postback. Many thanks, Matt
  • ValidatorCalloutExtender problems

    Hi there, I've been having a couple of problems with the ValidatorCalloutExtender. To summarise the context in which I am using it, I have a text box or two on an UpdatePanel which sits within the Accordion control. Now that I've applied the fix described on subsequent posts (whereby I use the Validator.dll) file and reinstate the tagMappings entries of my web.config file, the control does function as it should. My problems relate to the appearance of the callout and how it modifies the AccordionPane
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mbettesworth on 1/28/2007
    Filed under: validatorcalloutextender
  • 'Sys' is undefined.

    Hi there, Can anyone tell me why I get the 'Sys' is undefined Javascript error whenever I place a ScriptManager object o to my page please? I know I've seen posts similar to this before and have tried a few things to no avail. Is it a configuration / compatibility issue? Is is simply a bug that needs ironing out before release? I'm using Windows 2000 / IIS5 / IE 6.0.2800. Getting on a bit I know but we have no choice. I realise this is unsupported, does this also mean incompatible
  • UpdatePanelAnimation

    Hi, I'm using the UpdatePanelAnimationExtender to animate an update panel within a web user control, which in turn is mounted onto a standard .ASPX page. A standard asp:button is used to activate the animation, and on page first load, this all works fine. The problem occurs when I refresh the page in the browser. I get a JavaScript error pop-up (as it does in IE in the status bar at the bottom left of the screen) and the animated panel then stops working when I click my button. The same problem
Page 1 of 1 (6 items)