Link to home
Start Free TrialLog in
Avatar of Zeus2009
Zeus2009

asked on

ASP.net 2 loading page

Hi all,

I am looking for an easy to use implementation of a ASP.net 2 loading page.

I have an asp.net page that takes approx 20 seconds to load due to round trips to various sites so i need to to show a loading indicator.

VB.net preffered

Thanks
Zeus  
Avatar of copyPasteGhost
copyPasteGhost
Flag of Canada image

You can use asp.net ajax UpdateProgess control like shown here:
http://aspalliance.com/1442_Building_AJAX_Enabled_File_Uploading_System_with_Progress_Bar_Using_ASPNET_20.all

There are some other commercial controls you can check on web.
SOLUTION
Avatar of milindsaraswala
milindsaraswala

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Zeus2009
Zeus2009

ASKER

Hi guys,

Thanks for the reply but the above aren't an easy implementation and there are no VB.net versions.

Im hoping someone here will upload a working vb.net sample

Thanks
Zeus
It should matter VB or C#....try out the example on some sample page and you will get an idea.
Here is more documentation on that control: http://msdn.microsoft.com/en-us/library/bb398821.aspx

you can find that control in your VS toolbox.
Hi again,

thanks for the reply, i am wanting to display a completely separate page first that displays the 'Loading message' and then calls the main page but waits untill the main page completes before re-directing to the main page etc.

Thanks
Zeus
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Unfortunately i cannot block the ui is such a way as the web application in question is seriously heavy when loading and there are mulitple domain and sql requests etc, im quite shocked that nobody has an example of showing a loading page then redirecting to another page when its finished loading, thanks for the reply though its good to know about the UI bloxking.

Thanks
Zeus
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kumaraswamy R
This question has been classified as abandoned and is being closed as part of the Cleanup Program.  See my comment at the end of the question for more details.