Showing posts with label files. Show all posts
Showing posts with label files. Show all posts

Monday, March 26, 2012

Progress Bar

Hello,

I need to upload some files and display an Ajax progress bar.

Does anyone knows how to do this?

Thanks,

Miguel

Hi,

I also did research for file uploaders. This what we end up using http://www.codeproject.com/aspnet/FlashUpload.asp.

This is flash + asp.net. However it's more reliable than all other solutions.


I can't use Flash in this project. Sad

Any other suggestion?

Thanks,

Miguel


If you have a budget then I think some of the Telerik or ComponentArt or Infragistics controls have what you need.


I created my own based off this: http://www.codeproject.com/KB/webforms/File_Upload_Progress_Bar.aspx. I haven't had a chance to test it under a heavy load yet, but it seemed to work fine in my initial testing.


Project Files For ASP .NET 2.0 AJAX Extensions 1.0

Hi,

I have downloaded the ASP .NET 2.0 AJAX Extensions 1.0 SOURCE CODE. From here (after following a link on the ajax.asp.net page)

http://www.microsoft.com/downloads/details.aspx?FamilyId=EF2C1ACC-051A-4FE6-AD72-F3BED8623B43&displaylang=en

NOW, when I install this msi file, the code is there, but there are NO PROJECT FILES!!!

I have tried creating two projects and putting the code into them, but then I get a whole bunch of errors saying that I am missing namespaces etc. I have tried to put all of the namespaces in, but my attempts have been futile (and I am not an idiot).

Can someone please point me to the place where I can get the project files or tell me what reference I need to include?

Btw. If you don't know the answer or you can only help me a little I don't want to hear from you.

Merci Buckets

Paul

paulasitechinc:

Btw. If you don't know the answer or you can only help me a little I don't want to hear from you.

First, with this you deserve no answers to your post!

Second, here, you post questions about AJAX Control Toolkit, not AJAX Extension!

Third:

"The ASP.NET AJAX Extensions Source Code release installs the source code and debugging symbols for
ASP.NET AJAX Extensions for use in maintaining and debugging your applications."

by Release Notes for ASP.NET AJAX Extensions Source Code

This is not a project for you to change and build and extend... You could do that, but you are at your own...

Proper way of updating the control toolkit

Hi,

When a new version of the control toolkit is released, what are the proper procedures to replace the new downloaded files with the old ones? Unzip and overwrite all the old files? Then reload the toolbox controls in VS.NET? If that's the case will I have to change anything in my application, whereby the "old" controls are still existent?

Upgrading to a newer Toolkit release


If you were using an older release of the Toolkit and now need to move to a later version here are the recommended steps:

Binaries:Overwrite all old instances of the Toolkit binary "AjaxControlToolkit.dll" on your machine with the new one.Toolbox items:Delete the old tab that listed Toolkit controls and recreate it using the new Toolkit DLL.Toolkit templates:Reinstall the new "AjaxControlExtender.vsi" and check to overwrite the old templates in the "Add Templates" wizard.