Firefox __doPostBack Not Working After Idle Time

Feb 22, 2010

Got really strange Firefox issue. Using the Microsoft __doPostBack javascript function in web forms page. Used for tab control, we have got each tab click calling the __doPostBack function. Works ok on my dev machine with all browsers but got a colleague who has an issue if he leaves the page idle for circa 3 -4 minutes. After this delay if he selects a new tab which calls the __doPostBack function the call to theForm.submit(); just hangs and get requested timeout. No .net calls are seen in Firebug. The __doPostBack event is called just theForm.submit() function just doesn't execute. If he does not have this idle time works ok. It is also ok for him on all other browsers.

View 2 Replies


Similar Messages:

AJAX :: Button Event Not Working After Some Idle Time?

Dec 30, 2010

in my page i dessigned Updatepanel within that i placed some input controls(textbox, dropdownlist etc) within that updatepanel i placed one button. now the problem is on production if i idle some time after enter some data and press the button then the button click event not fired, then i refresh the page enter the input then press button then its fired, what is the problem? and how to resolve it? (i didnt included any triggers)

View 3 Replies

C# - Web Service Response Time After Idle Time Out?

Nov 24, 2010

I have a webservice which returns the content of a pdf.

I've noticed that when I've left the website for a while and I call the method of the service it takes a long time to respond.

View 1 Replies

C# - Connection Time Out After Being Idle For A While?

Apr 23, 2010

My ASP.NET website while trying to connect to the database for first time after a period of inactivity throws an time out exception.

I understand the connections in the connection pool get terminated after some idle time for some reason (Firewall or Oracle settings) and the pool or app doesn't have a clue about it.

Is there any way to validate the connection beforehand so that the first try doesn't throw an exception?
I don't have much control over the DB or Firewall settings. So I have to deal with this is my application.(would prefer if there is any web.config settings)

I am using: ASP.NET 2.0. Oracle server 11g, Microsoft Enterprise Library DAAB to do all my DB operations.

View 2 Replies

How To Calculate The Web Application Idle Time

Oct 21, 2010

I have a requirement to calculate the Web application idle time. Say the user doesnt use the web application for 15 minutes, then a message needs to be displayed to the user.

View 1 Replies

Increasing The Idle Time Of A Webpage?

Aug 21, 2010

I have an Asp.Net web application system ,just wanted to know the procedure for increasing the idle time of a webpage

View 1 Replies

Delay In Web Service After Idle Time?

Jun 11, 2010

Every time my VB .NET Web Service is idle for about 30 minutes or more, the response for the next request is very slow.

View 2 Replies

C# - How To Exploit Idle CPU Time In An IIS App Pool

Jul 13, 2010

I have an IIS 6.0-based C#/ASP.NET web site with a SQL server backend.I want to generate some computationally expensive reports (summaries, search engine indexes, etc...) in idle CPU time. I need the reports to be generated from WITHIN the IIS App Pool so it knows the proper configuration settings and (harder to fix) avoids the nightmarish security restrictions I've been placed under.

Can I start threads inside the AppPool's process that won't tie up the CPU, so it can continue serving requests unfettered? If so, how? What code and libraries?

I imagine it involves ThreadPool and thread priorities, but I couldn't find good coverage of low-pri threads and their interaction with the IIS web server and App pool.

[EDIT] [URL] discusses using a Timer for this but doesn't directly state that the .NET framework will insure that the Timer thread is low-priority. This might be a solution, but is that assured?

[URL]

[EDIT] Interestingly, Stack Overflow itself seems to use IIS background threads for my purpose:

[URL] in the comments, everyone says their (no longer used) technique sucks, but this one in the comments makes sense to me...

View 3 Replies

Web Forms :: How To Get System Idle Time

May 7, 2015

How to retrieve system idle time in asp.net..?

View 1 Replies

Web Forms :: Page Idle Postback Time Out?

Jul 19, 2010

when i leave my page idle for about 2 minutes.

When i do a postback from my linkbutton it fails.

The browser then shows "Internet Explorer cannot display this webpage" I then also receive a Request Time Out in the event log.

Does anyone have similar experience with this, not sure what could be causing this since it happens on all pages in my application.

View 8 Replies

Session Destroying Automatically Before The Idle Time

Feb 18, 2011

i made an web application for my client, he is from usa, I deployed application to [URL], at my local system, the project function proper. But what is happening that at main server the session is destroying automatically, before the idle time. I have been figuring out this problem for long but could not solved it. what may be the reason behind this session out. I am using in process session.

View 2 Replies

Web Forms :: How To Find The Client Idle Time

Feb 25, 2010

How to find the client idle time .i deployed the application in the server .whenever the client access the site then i need to find that client system idle time in asp.net .

View 7 Replies

Configuration :: IIS Turn Around Time To Long After Page Is Idle?

Nov 12, 2010

I have IIS 7.5 running on windows 7 64 bit machine.

My problem is that in my web application after any page request if the page remains idle for more than 2 mins, it stops responding. For e.g. lets take the following scenario:

1. Initial page request

2. the page stays idle for 2 mins

3. Click a button to save data

4. It takes very long for the aspnet worker process to reach page_load, and firefox shows "connection was reset" message.

I put breakpoint on page_load. It strikes the breakpoint after a long time and also it does not go to the event handler of the button that was clicked.

The web application works perfectly if the page is not kept idle.

I am not using sessions in my web application.

View 3 Replies

IIS Configuration :: Web Application When Kept Idle Takes Time To Load?

Dec 6, 2012

I have developed a web application in .net & if the web application is idle for some time & after that if we perform some action on that web page then it doesn't respond.

View 1 Replies

AJAX :: Show Modal Popup Extender When User Idle For Some Time?

Jul 9, 2013

I want to show modal popup extender when user idle on the same page for some minutes..(note:not session time out alert). How can i achieve this?

View 1 Replies

Web Forms :: Created Java Script Calendar Working Fine In Ie6 But Not Working In Firefox

Aug 13, 2010

I created a one Java script calender. Its working fine in ie6 but its not working in firefox. I'm new to this java script so kindly give your suggestion as soon as possible.

Page
Language="C#"
AutoEventWireup="true"
CodeFile="Default.aspx.cs"
Inherits="_Default" %>@
Register
Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI"
TagPrefix="asp" %>
DOCTYPE
html
PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN".......................

View 1 Replies

AJAX :: Drag And Drop Is Not Working In Chrome And Safari But It Is Working Fine IE And Firefox

Nov 19, 2010

After the implementation of ajax drag and drop, we have observed that which is working fine in IE and Firefox and not in chrome and safari, In Google chrome and Safari when we try to drag a module, the page getting scrolling to the top of the page.

View 1 Replies

Visual Studio :: Javascript Debugger Is Not Working On Mozilla Firefox But Working Fine On IE8?

Jan 15, 2011

I am using vs2008 pro. my problem is that javascript debugger is not working on mozila firefox but working fine on IE8.

View 1 Replies

Web Forms :: Code Write File 2.0 Is Working In Firefox But IE Not Working

Aug 28, 2010

If Not IsDBNull(ext) Then
ext = LCase(ext)
End If
Select Case ext
'Case ".htm", ".html"
' type = "text/HTML"
'Case ".txt"
' type = "text/plain"
'Case ".doc", ".rtf"
' type = "Application/msword"
'Case ".csv", ".xls"
' type = "Application/x-msexcel"........................

View 5 Replies

MVC :: Ajax.BeginForm Not Working In Firefox But Is Working In Chrome And IE

Feb 9, 2011

I have a problem with partial postback in FireFox

in my index.aspx I have following code:

[Code]....

Finally my Partialview has following content:

[Code]....

This code is working fine when using IE or Google Chrome, but when using FireFox the code in my controller is never reached.

View 1 Replies

URL With Cyrillic Querystring Not Working In IE (but Working In Firefox)

Dec 6, 2010

On our site, I use the category (in Russian) in the querystring. E.g.: [URL] (I notice the link is not clickable here, you need to copy the entire link to view the result) If you paste this link in IE8, it is translated to cat=???? and it does not work If I paste it in FireFox, it works. It gets even more weird: the same URL is reachable from the homepage, and if I click the same URL in IE8 from the homepage it works fine (unless I click open in a new tab, that it is back to ????). I am using ASP.NET 3.5(C#)

View 1 Replies

ASP Session Not Working In IE8 - Working In Firefox - Chrome

Jan 27, 2010

I'm trying to get my site to play a flash video the first time, and only the first time, a user visits the site. Currently, I'm using ASP session tags to install a sessionid cookie into the users browsers.

<% Session("name")="blah"
Session.Timeout=7
%>

This method works fine in FF and Chrome, but IE8 doesn't seem to want to accept the cookie. I've tested it with IE's lowest security settings possible ("Accept all cookies"), but it still does not create any cookie. Is there any other way to make it so that all browsers will take the cookie?

View 1 Replies

Div Visibility Is Not Working In Firefox?

Jun 22, 2010

The Div can be visible or invisible in IE, but not in FireFox, the main purpose is: when user typing text in a password textbox, if the CAP LOCK is one, show the div:

<asp:TextBox ID="Password" runat="server" TextMode="Password"
onkeypress="capLock(event)"></asp:TextBox>
<div id="divMayus" style="visibility:hidden; background-image:url(../App_Themes/CapLockOnAtHome.png); height:25px; width:100px;">
</div>
<script type="text/jscript">
function capLock(e){
kc = e.keyCode?e.keyCode:e.which;
sk = e.shiftKey?e.shiftKey:((kc == 16)?true:false);
if(((kc >= 65 && kc <= 90) && !sk)||((kc >= 97 && kc <= 122) && sk))
{
document.getElementById('divMayus').style.visibility = 'visible';
}
else
document.getElementById('divMayus').style.visibility = 'hidden';
}
</script>

Have also tried: display='none', display='block' or display='inline', also not working, no I am confused which to use for both IE and Firefox.

View 2 Replies

RequiredFieldValidator Not Working Under Firefox

Feb 24, 2010

I use 2 requiredfiledvalidator for 2 selects, one is working but the second one (the one I need) isnt

<asp:dropdownlist id="ddlMod" runat="server" Width="235px" AutoPostBack="True" Font-Names="Arial" Font-Size="XX-Small">
</asp:dropdownlist>
<asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" Font-Names="Arial" Font-Size="XX-Small"
ErrorMessage="Select Mod" InitialValue="00" Display="Dynamic" ControlToValidate="ddlMod">
</asp:requiredfieldvalidator>
<asp:dropdownlist id="ddlInd" runat="server" Width="235px" AutoPostBack="True" Font-Size="XX-Small">
</asp:dropdownlist>
<asp:requiredfieldvalidator id="RequiredFieldValidator2" runat="server" Font-Names="Arial" Font-Size="XX-Small"
ErrorMessage="Select Ind" InitialValue="0" Display="Dynamic" ControlToValidate="ddlInd">
</asp:requiredfieldvalidator>

If i select the 2nd one I can see the error message for the 1st one, but I can't see any message if I dont select any or if I select the 1st one.

View 2 Replies

Fckeditor Not Working In Firefox

Jul 12, 2010

var oEditor = FCKeditorAPI.GetInstance("<%=FCKeditorSelfDocument.ClientID %>");
var oDOM = oEditor.EditorDocument;
oDOM.body.innerText = 'Hello';

it is working fine in IE and chrome but not working in firefox 3.6.4

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved