|
|
|
|
|
|
EO.Web Downloader offers a fast and convenient way to add download functionalities.
Click the following image to see it in action. Note it downloads an image file,
which browser would usually open directly.
Click the small image to download the full sized image.
Feature Highlights
- Cross browsers support;
- Works with all major version of ASP.NET and ASP.NET AJAX;
- Download any type of files, such as code file, text file and image file that will
normally be opened by the browser rather than prompting users to save it;
- Download from any Url, including another server;
- Supports server side event to record download activities;
- Supports a direct download link whenever the initial download fails;
- Supports dynamically generating download contents;
|
How to use EO.Web Controls?
-
If you use Visual Studio
Simply download and install our product and the setup will add all controls to your
toolbox. Drag and drop the control from the toolbox to your Web Form and you are
all set;
-
If you do not use Visual Studio
If you do not use a development tool like Visual Studio, follow these easy steps:
- Copy EO.Web.dll to your application's bin folder;
- Add the following code to the top of the page;
<%@ Register assembly="EO.Web"
namespace="EO.Web" tagprefix="eo" %>
- Copy the control definition from any of our sample page source code. Source code
for all the samples are included in the download package;
Now you are ready to go!
Additional Resources
-
Product Documentation
All features are explained in great details in the product documentation. It also
contains complete reference information for each type, property or method;
-
Samples
Source code for all the live demos is included in the download package. You can
install them and run the samples locally on your machine and see how it works;
-
Technical Support
Still have questions? Post in our support forum and we will answer them quickly.
Our turn around time is among the best in the industry.
|
|