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 steps to use an EO.Web EditableLabel control:

  1. Place an EO.Web.EditableLabel control in your Web Form;
  2. (Optional) Set the control's Width property if you do not wish the control to have the same width as its container.

    Note: Do not set the control's Height property because the control automatically grows/shrinks when user edits the content.

  3. Set the control's Value property to its initial value;
  4. Run the page and click the text to enter edit mode. Use Shift+Enter to enter line breaks;
  5. Click anywhere outside of the control or tab out the control to leave edit mode;
  6. Once the page is submitted, Value property is updated to reflect the new value;