fr0man

85
Reputation
41 views

Registered User

Name fr0man
Member for 10 months
Seen Oct 14 at 17:26
Website
Location
Age
Oct
14
revised Best way to display a loading gif while a database call process on the first page load.
Describing how I implemented the solution.
Oct
13
comment Best way to display a loading gif while a database call process on the first page load.
Yeah, but it's the first full page load that is taking so long. So I don't have any elements of the page displaying until it's done. I'd like to have the loading.gif display on the initial page load, then fire the DB call asynchronously once everything is done loading. Then disable the loading.gif once the DB call is done. I just don't know how to place the DB call to fire after the page is loaded and displayed.
Oct
13
asked Best way to display a loading gif while a database call process on the first page load.
Sep
18
revised ASP.NET User control on a master page renders behind my main content when viewed in IE7
Added something of a summary.
Sep
18
comment ASP.NET User control on a master page renders behind my main content when viewed in IE7
Nothing that's not behind a login, unfortunately. And a sample is really too long to post here. Since yesterday I've realized it has nothing to do with the AjaxControlToolkit or the ModalPopupExtender I was trying to use. If I just put the asp:panel in my user control I can't get it in front of my main page content.
Sep
18
asked ASP.NET User control on a master page renders behind my main content when viewed in IE7
Sep
17
comment ModalPopupExtender won’t render in front of everything in IE7/IE8 Compatibility mode
This was promising, but didn't work. I put a z-index on and around everything I could and it's still not popping in front of my placeholder content.
Sep
17
accepted ASP.NET Wizard Back Button won’t work
Sep
17
comment ModalPopupExtender won’t render in front of everything in IE7/IE8 Compatibility mode
That sounds similar to what I have, but it would look odd for me to hide my main page content when I do the popup.
Sep
17
asked ModalPopupExtender won’t render in front of everything in IE7/IE8 Compatibility mode
Jul
30
answered ASP.NET Wizard Back Button won’t work
Jul
29
asked ASP.NET Wizard Back Button won’t work
Jun
4
accepted Accessing a Property of a Master Page from a class that’s not part of a content page in ASP.NET