Monday, April 15, 2013

UpdateProgress displaying under UpdatePanel content

If UpdateProgress content is not visible (is displayed under update panel's content), the fix is: 
content div css: z-index: 10000; position: fixed; 

Monday, April 8, 2013

Firefox postback twice problem

The problem is due to empty src attributes in the page (src="").
Removing this will solve the problem.