[CLOSED] Display FieldLabel after control

  1. #1

    [CLOSED] Display FieldLabel after control

    Hi,

    How to display a FieldLablel after a control?

    Eg:

    Label1.FieldLabel = "TEST1";
    This will display Label first and then control.

    We need the reverse process. First control then Label.

    Please guide us!!
    Last edited by Daniil; Sep 15, 2015 at 7:55 PM. Reason: [CLOSED]
  2. #2
    Hi @speedstepmem4,

    There is no such an option to do that, but you could try with IndicatorText instead.
    <ext:TextField runat="server" IndicatorText="Some text" />

Similar Threads

  1. FieldLabel in Label Control
    By yash.kapoor in forum 2.x Help
    Replies: 2
    Last Post: Oct 16, 2012, 4:12 AM
  2. FieldLabel attribute of Label control
    By IFLOW in forum 2.x Help
    Replies: 2
    Last Post: Jul 19, 2012, 7:52 AM
  3. [CLOSED] the Field 's FieldLabel don't display
    By lonely7345 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 13, 2011, 7:47 PM
  4. Control Display Problem
    By Ganesh3.shirsath in forum 1.x Help
    Replies: 21
    Last Post: Jan 04, 2011, 2:17 PM
  5. how to set Control's FieldLabel !
    By iscript in forum 1.x Help
    Replies: 2
    Last Post: Jul 02, 2009, 11:21 PM

Posting Permissions