Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Format TexBox

    Hello there, I'm wondering if someone know how tu format a TexBox that only
    allows to the user write only numbers in it, does someone know how to do this
    in Dreamweaver ASP.Net ? any help would be aprecciated!!

    mHaro Guest

  2. Similar Questions and Discussions

    1. Programmatically change width of texbox?
      I thought this would be straightforward but it's not. How do I programmatically reduce the width of a textbox by 20 pixels, say? TextBox1.Width =...
    2. Grid texbox autopostback
      Hi All, I'm trying to perform an autopostback on a textbox, when i leave the cell it does postback to the server but i can't find the event that...
    3. cannot change value of texbox w/in datagrid after first bind
      I have a datagrid with the columns defined in the aspx <columns> <asp:TemplateColumn HeaderText="Hours"...
    4. Placing an image in a Tab Fixed format without messing up the format??
      I will do my best to explain the problem. First of all, this is an XP machine and I am using CS InDesign (the version of InDesign that one can...
    5. java script and server texbox control
      I got it with(document.forms){ if(!RFV_FrameSelection.IsValid){//validator is false //code... return; } }
  3. #2

    Default Re: Format TexBox

    .oO(mHaro)
    >Hello there, I'm wondering if someone know how tu format a TexBox that only
    >allows to the user write only numbers in it, does someone know how to do this
    >in Dreamweaver ASP.Net ? any help would be aprecciated!!
    You would have to do it with Javascript, but it won't be reliable and
    probably annoying. Leave it as is and check on the server for correct
    input.

    Micha
    Michael Fesser Guest

  4. #3

    Default Re: Format TexBox

    You could use the in-built ASP.NET validators. Have a look at the free
    extension from [url]http://www.webxel-dw.co.uk/[/url] to facilitate the functionality
    in Dreamweaver.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts 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