ASP.net page view refresh delay

Rattlesnake

Freshman
Joined
Dec 23, 2003
Messages
47
Hi,
I have ASP.net application. I have a form that is used for Data entry . Is is a master details form. The detail part of the fir is filled by using a datagrid in edit mode. When the user has finished entering a detail row , he clicks on the update button in the row that upddates the datagrid and removes the datagrid from edit mode into read mode.

I am facing a problem here, When the user clicks on the update button , the page view doesnot refresh automatically. I have to move the mouse for the page view refresh to happen. Even if I donot move the mouse for 10-15 seconds the page will remain the same.As soon as I move the mouse , the page view refreshes.

The application is installed on a Windows 2003 server. The client is Windows XP Professional .

Any ideas why this could be happening ?
 
Could you send us a code snippet of the HTML produced? ie- only the code around and including the button that is giving the problems...
 
Back
Top