Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
    • Overview
    • Installation & Deployement
    • EO.Web ToolTip
    • EO.Web Rating
    • EO.Web Slider & RangeSlider
    • EO.Web ListBox
    • EO.Web ComboBox
    • EO.Web Captcha
    • EO.Web ASPX To PDF
    • EO.Web Slide
    • EO.Web Flyout
    • EO.Web EditableLabel
    • EO.Web ImageZoom
    • EO.Web Floater
    • EO.Web Downloader
    • EO.Web ColorPicker
    • EO.Web HTML Editor
    • EO.Web File Explorer
    • EO.Web SpellChecker
    • EO.Web Grid
    • EO.Web MaskedEdit
    • EO.Web Splitter
    • EO.Web Menu
    • EO.Web Slide Menu
    • EO.Web TabStrip
    • EO.Web TreeView
    • EO.Web Calendar
    • EO.Web Callback
    • EO.Web MultiPage
    • EO.Web Dialog
    • EO.Web AJAXUploader
    • EO.Web ProgressBar - Free!
    • EO.Web ToolBar - Free!
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
Getting Started

Follow these simple steps to use EO.Web Downloader control:

  1. Drag a Downloader control from the toolbox to your Web Form. See here if you can not find the control in your toolbox;
  2. Place a Button, LinkButton or an ImageButton on the page and set the Downloader's DownloadButtonID to the ID of the button control. This button triggers the download;
  3. Optionally, place a Label control in the form. Set the Downloader's DirectLinkLabelID to the ID of Label control. This Label control displays a direct download link once user clicks the start button;
  4. Set the Downloader's FilePath property if you wish user to download a file; or set the Url property if you wish to download from another Url.