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

  1. #1

    Default   constant

    is there a constant for   within the .net framework?



    suzy Guest

  2. Similar Questions and Discussions

    1.   not appearing within layers? (divs)
      I've got a layer on my page, and when I type in text into the layer in the Design mode, I notice that a corresponding " " does not appear in...
    2.   and null fields in a datagrid
      in the itemDatabound event of a datagrid, both null fields and blank string come through as   in the e.items.cells field. Is there anyway to...
    3. Showing all spaces without using the  
      I am using ASP to read code from a text file that I am displaying on my page. Because I do not want the code from the text file to be executed, I...
    4. formatting date() and nbsp;
      What I have is a date that I'd like to format to keep it together on one line using non-breaking spaces. I started with: date...
    5. What does   mean
      Newbie here. What does &nbsp mean in code?
  3. #2

    Default Re:   constant

    suzy <phillipa@nospamming.com> wrote:
    > is there a constant for &nbsp; within the .net framework?
    Why not define it yourself within your project?


    --
    Peter Wu
    Powered by Microsoft Windows XP [Version 5.1.2600]


    Peter Wu Guest

  4. #3

    Default Re: &nbsp; constant

    arghhhh,

    yes i know i can do that, but if the framework already has one defined then
    i would rather use that one.



    "Peter Wu" <peterwu@hotmail.com> wrote in message
    news:bfu109$iq94f$1@ID-117651.news.uni-berlin.de...
    > suzy <phillipa@nospamming.com> wrote:
    >
    > > is there a constant for &nbsp; within the .net framework?
    >
    > Why not define it yourself within your project?
    >
    >
    > --
    > Peter Wu
    > Powered by Microsoft Windows XP [Version 5.1.2600]
    >
    >

    suzy 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