Textbox Field Format

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Textbox Field Format

    What is the best way (or How) to format a form textbox field so that when
    the user is entering data the text don't move (like it's trying to adjust
    itself or something) around?


    Leon Shaw Guest

  2. Similar Questions and Discussions

    1. date/time field from access 2000 db getting -1 in textbox on form
      I am stuck in using Access 2000 with on Windows 2000 server. I get a negitive 1 for a value. My code $DB_Conn = new...
    2. How do I dynamically bind a textbox into a grid field in ASP.NET using only the code behind?
      I am trying to take dynamically generated datagrid that is bound to a data source and make one of the fields on the grid into an editable textbox...
    3. Populate select field and textbox dynamically - no refresh
      Ive got a db table with the fields Product_Name and Product_Price. I want to display a pulldown containing the product names and display the...
    4. Format a Field of a DB
      How do i format a field from a DB table. The field is a teleefone number and i want to format it like this: XXX XXX XXX Exemple: 212163454 -...
    5. Format Textbox on exit to Currency
      I am new to ASP/VBScript and I am trying to format a texbox when a user exits it. In Visual Basic you could put the following in the Exit property...
  3. #2

    Default Re: Textbox Field Format

    Hi Leon,

    Could you please describe in a bit more detail what you mean about the text
    moving?


    --
    Ray Dixon - Microsoft MVP
    [email]ray@NOSPAM.greeble.com[/email]
    (remove NOSPAM. from my e-mail address for a direct reply)


    "Leon Shaw" <vnality@msn.com> wrote in message
    news:%2380F%237gVDHA.2364@TK2MSFTNGP09.phx.gbl...
    > What is the best way (or How) to format a form textbox field so that when
    > the user is entering data the text don't move (like it's trying to adjust
    > itself or something) around?
    >
    >

    Ray Dixon [MVP] Guest

  4. #3

    Default Re: Textbox Field Format

    I fix the Problem, thanks.
    "Ray Dixon [MVP]" <ray@NOSPAM.greeble.com> wrote in message
    news:ebs4LjqVDHA.424@TK2MSFTNGP11.phx.gbl...
    > Hi Leon,
    >
    > Could you please describe in a bit more detail what you mean about the
    text
    > moving?
    >
    >
    > --
    > Ray Dixon - Microsoft MVP
    > [email]ray@NOSPAM.greeble.com[/email]
    > (remove NOSPAM. from my e-mail address for a direct reply)
    >
    >
    > "Leon Shaw" <vnality@msn.com> wrote in message
    > news:%2380F%237gVDHA.2364@TK2MSFTNGP09.phx.gbl...
    > > What is the best way (or How) to format a form textbox field so that
    when
    > > the user is entering data the text don't move (like it's trying to
    adjust
    > > itself or something) around?
    > >
    > >
    >
    >

    Leon Shaw Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139