Hi,
I tried this link. that was so interesting.
http://aspsnippets.com/Articles/Display-loading-progress-image-when-Page-Loads-or-does-PostBack-using-ASPNet.aspx
I have two question about that
I haven't got any button with id = btnSubmit in my page.
1.
how can I show modal box until page loads at the first time. for example when user writes www.abc.com in addressbar and presses Enter key,
I want to appear modal box instead of a (blank white page).
I mean at the first page loading without pressing any key.
2.
I have required field validators for txt_username and txt_password and
when without filling them I click btn_login, modal box appear and I think It will be there in unlimited time unless I return back with back button of browser.
what can I do for solving these two problems?
Thanks