Column with pictures instead of 0s and 1s (boolean value representation in pictures)

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Column with pictures instead of 0s and 1s (boolean value representation in pictures)

    Hi everybody,

    I have the following problem: I have a datagrid and a bound column to a data
    field which serves to indicate whether an item is Approved or Not Approved.
    So this column contains only 0s and 1s but I want to give my user better UI
    experience. That is instead of the impractical 0s and 1s to have two small
    pictures for "approved" and "not approved". How can I do that?

    Thanks a lot!

    Martin Raychev


    Martin Raychev Guest

  2. Similar Questions and Discussions

    1. help with pictures.
      Hello from Denmark, I have thumbnails of pictures on my site and would like to open them in the same window but in big size. I do not know how to...
    2. AOL and pictures
      I created a web site in Pub 2003. Coverted it to a web page using the Pub 2003 and uploaded it. Problem: AOL people can not see the pictures. MS...
    3. pictures won't come up in AOL...
      I created a website using Microsoft Publisher. The text and pictures load fine into my browser. However, when others attempt to view the site...
    4. Pictures
      Hey, Does anybody know how to make pictures be displayed on the background of the web page without having to put it there. I made a list of...
    5. My Pictures
      After moving pictures around amongst folders I have acquired an extra folder which I can't get rid of. On the Start Menu where My Pictures used to...
  3. #2

    Default Re: Column with pictures instead of 0s and 1s (boolean value representation in pictures)

    Your post went unanswered. Have you resolved this issue?

    --
    Regards,
    Alvin Bruney [ASP.NET MVP]
    Got tidbits? Get it here...
    [url]http://tinyurl.com/3he3b[/url]
    "Martin Raychev" <marty_gov@hotmail.com> wrote in message
    news:ue5KesW$DHA.4060@TK2MSFTNGP10.phx.gbl...
    > Hi everybody,
    >
    > I have the following problem: I have a datagrid and a bound column to a
    data
    > field which serves to indicate whether an item is Approved or Not
    Approved.
    > So this column contains only 0s and 1s but I want to give my user better
    UI
    > experience. That is instead of the impractical 0s and 1s to have two small
    > pictures for "approved" and "not approved". How can I do that?
    >
    > Thanks a lot!
    >
    > Martin Raychev
    >
    >

    Alvin Bruney [MVP] 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