In an existing web form 2010 application, when any part of the web page was changed, the entire web page would be reloaded. Now after I change I made to the application the following is occurring:
The entire page gets reloaded whenever a button or a link is clicked on. When this occurs, the bottom portion of the entire lower half of the web page is displayed for a few second and then goes away. The item goes away (is not visible) when the javascript hide function is called.
I have no idea of what could be causing this problem. Is there some kind of property I can set to invisible in javascript to get rid of this problem?
Do you have any ideas of what I can do to solve the problem?