CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 3/4/2008 12:20:52 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 8 Views: 555 Favorited: 0 Favorite
9 Items, 1 Pages 1 |< << Go >> >|
Dhinadotnet
Asp.Net User
Display image while page is loading3/4/2008 12:20:52 PM

0

Hi friends,

I have two pages, while redirecting from one page to, the page take some time to load, on that loading time i want to display a small image, Please help me to do this...

Thanks in Advance

Dhina

Jeev
Asp.Net User
Re: Display image while page is loading3/4/2008 12:36:19 PM

0

 Try the approach suggested here

http://www.reconn.us/content/view/37/47/

 


Jeev
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you get the answer to your question, please mark it as the answer.
Dhinadotnet
Asp.Net User
Re: Display image while page is loading3/4/2008 12:57:49 PM

0

Jeev:

 Try the approach suggested here

http://www.reconn.us/content/view/37/47/

 

Hi jeev,

Thanks for your reply, i did as per u said , but im using master page so i cant use <body> tag in my aspx file, On that example they have included the method on body tag, but where i have to include in my content place holder?

 

 

 

 

Jeev
Asp.Net User
Re: Display image while page is loading3/4/2008 1:07:02 PM

0

 Well you can  mark your body as run at server and attach the method or you can do the following

http://haacked.com/archive/2006/02/05/AddingWindowOnloadEventsInJavascript.aspx 


Jeev
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you get the answer to your question, please mark it as the answer.
philipjohnson3
Asp.Net User
Re: Display image while page is loading3/4/2008 2:12:00 PM

0

Have you tried using Ajax?  Specifically the Ajax UpdateProgress control?

Deleo
Asp.Net User
Re: Display image while page is loading3/4/2008 2:29:39 PM

0

Ajax has their own controls for just that feature.

If you dont want to use Ajax, then you should look into asynchronous calls. In the page_load, fire a async that does all the loading. While that thread is crunching numbers, just display an animated gif or something...but you would have to make a postback or rerender after the loading is done to remove the animated gif again...i think....I would go for the ajax or javascript :)

 

Dhinadotnet
Asp.Net User
Re: Display image while page is loading3/4/2008 2:48:17 PM

0

Hi,

Thanks for ur reply, I dnt tried in ajax, can u please explain how to use this Using Ajax?

shayas
Asp.Net User
Re: Display image while page is loading3/4/2008 2:56:44 PM

0

try these

http://ajax.net-tutorials.com/controls/updateprogress-control/

http://www.codeproject.com/KB/ajax/UpdateProgress.aspx

in

<asp:UpdateProgress runat="server" id="PageUpdateProgress">
           
<ProgressTemplate>
                Loading...
           
</ProgressTemplate>
       
</asp:UpdateProgress>
instead of loading u can add imagetoag between <ProgressTemplate> and </ProgressTemplate>


Yasser
Please remember to mark as answers if this help
Jeev
Asp.Net User
Re: Display image while page is loading3/4/2008 3:02:44 PM

0

Deleo:

Ajax has their own controls for just that feature.

If you dont want to use Ajax, then you should look into asynchronous calls. In the page_load, fire a async that does all the loading. While that thread is crunching numbers, just display an animated gif or something...but you would have to make a postback or rerender after the loading is done to remove the animated gif again...i think....I would go for the ajax or javascript :)

 

 

Well if its an asynchronous postback then the ajax will work, however from what I understood from his post , this is not the case and the intent is to display a loading image on the initial load 


Jeev
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you get the answer to your question, please mark it as the answer.
9 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Adobe InDesign CS3 bible Authors: Galen Gruman, Pages: 988, Published: 2007
A Balanced Introduction to Computer Science Authors: David Reed, Pages: 380, Published: 2007
Java network programming Authors: Elliotte Rusty Harold, Pages: 731, Published: 2000
Beginning Web programming with HTML, XHTML, and CSS Authors: Jon Duckett, Pages: 814, Published: 2004
Dreamweaver CS3 Bible Authors: Joseph W. Lowery, Pages: 1112, Published: 2007

Web:
Javascript Wait While Loading Page Display Image Javascript Wait While Loading Page Display Image, PDF ... that takes long time to display it is a good idea to display a "wait until the page loads" image. ...
Javascript Wait While Loading Page Display Image - Tutorialized Javascript Wait While Loading Page Display Image. ... Javascript Wait While Loading Page Display Image - Hosted by Hostway ...
How to show a spinner while loading an image via JavaScript ... What I want to happen is display a spinner / throbber / status indicator, in place of where the image is while it is loading, so when the user clicks the ...
Javascript Wait While Loading Page Display Image | JavaScript ... May 14, 2006 ... Javascript Wait While Loading Page Display Image. JavaScript Image Display from Hot Scripts. Display an image while your pages are loading.
Javascript Wait While Loading Page Display Image If you have a page that takes long time to display it is a good idea to display a "wait until the page loads" image. This tutorial show you how to implement ...

Display image while page is loading - ng.asp-net-forum ... Display image while page is loading, > ROOT > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls, Date: 3/4/2008 ...
Displaying images directly from database fields - ng.asp-net-forum ... So, my question is how can I display images that are stored as OLE Objects in an Access database without .... loading speed of asp.net pages v. plain html ...

Videos:
Opera Mini vs iPhone http://www.operamini.com/beta/ http://www.opera.com - 10 reasons to love Opera Mini 4 beta 1) Surf the Web in style The Web. Period. You ...
Don't Cry Out::When Curiosity Met Insanity EDITEDIT: ALSO Youtube wouldn't allow me to reply to Bri-chan and give my thanks D= Thank you SO much for giving me props for this. I had no idea ...
Baby sitting on car roof while mother loads groceries ClipID: 302-32 To license this clip please go to www.gettyimages.com/film and search using the clip number identified. You can quickly find ...
Please wait while image loads... Random insanity
Loading Images In Flash CS4 Dynamically To Keep File Sizes Down In this video I use the UILoader in Flash CS4. The UILoader component is capable of loading various types of media.I chose to load an image ...






hide left nav bar on master page from content page

about master pages

how to: visually create .skin files in visual studio for themes

master page mystery event solution

treeview events

treeview with custom icons on leafs

problem displaying popup calendar in contentpage

problem setting textbox color from a skin

frame target within a web.sitemap

masterpages and <form>s

treeview with showlines=true has gaps in the lines

sitemappath - filled by folder

master page subtitle

how to localize themes (skins)

treeview with checkboxes

disabled design-time masterpage.

searching treeview

can't copy and paste txt file to sitemap xml in vs express 2005

select node in tree view after bind

usercontrol doesn't work in visual web dev 2005. master detail or themes instead?

how do i get my attributes in menuitemclick (asp menu control)

[c#] change the session culture

i want to place javascript in a web page using master page, where can i put the javascript?

themes and css don't work well together.

only display items in dropdownlist in menu1..

master page and content page using different language

how to implement a mouse over image chaneg in dynamic menu

retrieve themes programatically.

results page in new master page... pass results html?

set focus in an object with master pages and ajax control toolkit

   
  Privacy | Contact Us
All Times Are GMT