Search

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

Matching Posts

  • Re: Slideshow when Forms Authentication times out

    Hi Thanks for your reply - it sounded like a great idea. I added: < error statusCode= "401" redirect= "~/Default.aspx" /> to my web.config, but this only managed to change the error message to "The server method 'GetSlides' failed with the following error: -- There was an error processing the request." I think the web service request is being redirected to my login page, and the slideshow isn't getting the response it expects. I have also tried checking
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lestat on 12/1/2007
  • Slideshow when Forms Authentication times out

    Hi My site uses Forms Authentication. I have a page on the site that uses the slideshow extender hooked up to a web service that requires Forms Authentication. Normally, it works very nicely - the user's Forms Authentication credentials appear to be correctly passed to the web service. The only problem is: if the user's authentication times out (ie, through 20 minutes of inactivity) and the user tries to display the slideshow, it produces an alert box with the error "The server method
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lestat on 11/29/2007
  • Re: ModalPopupExtender onshow set focus

    Cool - done - work item #7328 Thanks, Andrew
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lestat on 1/14/2007
  • Re: ModalPopupExtender onshow set focus

    Hi I see that work item 637 has been closed. Can a new work item for a ModalPopupExtender.onshow event be added to cover this situation? Thanks, Andrew
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lestat on 12/19/2006
  • Re: Error when sorting a GridView in an UpdatePanel

    Hi Did you solve this problem? I have exactly the same issue with the latest version of Atlas. The sorting works fine if I take out the UpdatePanel, but when I add it to the page I get this JavaScript error when I try to sort: "Microsoft JScript runtime error: Object expected" and the __doPostBack('grdBugList','Sort$3') call is highlighted in the debugger. A cut down version of my code is below: <% @ Page Language ="VB" AutoEventWireup ="false" CodeFile ="Test.aspx.vb" Inherits ="Test" EnableEventValidation
    Posted to ASP.NET AJAX UI (Forum) by lestat on 5/14/2006
  • Re: CascadingDropDown not populating

    Fantastic - that did the job! Thanks Andrew
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lestat on 5/9/2006
  • Re: CascadingDropDown not populating

    Hi I've tried setting all three service methods to call GetProjectList, and still no luck - the function's called once when the page is loaded to populate the first DropDown, and not called for the others. Thanks, Andrew
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lestat on 5/9/2006
  • CascadingDropDown not populating

    Hi I'm trying to use the CascadingDropDown with a database in VB, using page methods. My three DropDownLists are drpProject, drpFixFor and drpFixForSub. The drpProject control is populated fine when the page loads; and I'd expect the drpFixFor control to be populated when drpProject is changed, however, this is not happening. The drpFixFor control is being enabled, but not populated - my "GetFixForList" function doesn't appear to be called at all. (I put a breakpoint in it, and the breakpoint isn
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lestat on 5/7/2006
Page 1 of 1 (8 items)