Request timeout

  1. #1

    Request timeout

    *parent.win.load({url:'DataShow/ShowDataReport.aspx?ReportID='+hdReportID.value,text:'Loading...',timeout:50000});
    the ShowDataReport.aspx open very*slowness,always timeout.*

    in spite of setting timeout=50000 ,but when 30sec the errorWindows will alert.. how can,t i do...
    Last edited by geoffrey.mcgill; Feb 22, 2011 at 4:23 AM.
  2. #2

    RE: Request timeout

    Hi,
    There are 3 places where you have to be aware of the Timeout Problem:
    1- In the Web.Config:
    <httpRuntime executionTimeout="1000"/>
    2- In the Database Connection that fetches the data:
    Depeneds whether you are using a Dataset or Inline SQL Commands
    3- In the AjaxEvent, if your are using that.
    in the AjaxEvent, set the following property:
    Timeout="xxxxx"
    xxxxx = the timeout you want to set.

    Hope this helps :)
  3. #3

    RE: Request timeout

    thanks for you help ,but that is not working... :(
    Last edited by geoffrey.mcgill; Jan 13, 2016 at 3:21 AM.
  4. #4

    RE: Request timeout

    Hi,
    Which part that is not working?where did you set the timeout?

Similar Threads

  1. Ajax Timeout
    By Dominik in forum 1.x Help
    Replies: 4
    Last Post: Oct 28, 2011, 9:18 AM
  2. Timeout on AjaxEvent
    By unaltro2 in forum 1.x Help
    Replies: 5
    Last Post: Nov 25, 2010, 4:35 PM
  3. Ajaxevent - Timeout?!??
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Nov 16, 2010, 7:13 AM
  4. [CLOSED] Timeout
    By sharif in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 02, 2010, 11:59 AM
  5. autoload timeout
    By [WP]joju in forum 1.x Help
    Replies: 7
    Last Post: Feb 16, 2010, 1:35 AM

Posting Permissions