vote up 1 vote down star

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!!

flag

69% accept rate

3 Answers

vote up 1 vote down

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

link|flag
Any example or link to an example? – Etienne May 5 at 12:42
I gave a link to the JQuery UI homepage:-) Try this: jqueryui.com/demos/progressbar? – deadbeef May 5 at 12:46
vote up 0 vote down

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

link|flag
vote up 0 vote down

What do you mean by not Ajax enabled?

link|flag
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 May 6 at 10:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.