views:

167

answers:

3

Is there a easy way to show some form of progress bar on your form in ASP.NET that the code is busy running in the background (meaning thinking)? Like the default I.E have the small little window on the top that moves when its thinking..........

I have done this before with Ajax but its alot of work and my site is not a Ajax enabled site.

Thanks in advanced!!

+1  A: 

I believe JQuery UI has a progress bar component, might be worth a look.

Steve Haigh
Any example or link to an example?
Etienne
I gave a link to the JQuery UI homepage:-) Try this: http://jqueryui.com/demos/progressbar/?
Steve Haigh
A: 

I've been using the jQuery plugin BlockUI. Pretty easy to set up and very cool looking, especially when used with jgrowl.

domus.vita
A: 

What do you mean by not Ajax enabled?

In VS you have the option to create a plain Website or a website with Ajax enables, only in VS2005 and VS2008 though.........I want to bring my site into SharePoint and i dont want to use Ajax since it can be a pain in the ass working with SharePoint
Etienne