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

  1. #1

    Default Background Image

    Hi!
    I would like to insert an Image as background of mydatagrid.
    The image will be inserted between rows as separator line.

    Could anyone help me, please ?


    Regards,
    Antonio Grasso


    Rod Guest

  2. Similar Questions and Discussions

    1. How Can I Put An Image Background ?
      How Can I Put An Image Background ? If somebody know, pls reply me. 10x
    2. Background image in CSS
      Hi, I was wondering if someone could tell me how to see my background image in my site when after I make a CSS with a background image. I made a...
    3. Image to Background
      I have an image positioned on a page exactly like I want it. I could simply type my text onto the image, but I would prefer to set the image to...
    4. Image as background
      just make the jpeg the size of the document, put it at 0,0 lock the layer, then hide the layer, that should work fine.. just unlock it when yer all...
    5. background image vs. insert image?
      The height of a table is defined by its content. This does not include background images, so there's no assurance that your entire image will be...
  3. #2

    Default Re: Background Image

    hi

    You can insert your datagrid to the cell of table. this cell can have a
    background image.

    bye

    "Rod" <camino.april@tiscali.it> wrote in message
    news:%23rsUgpIyEHA.3940@TK2MSFTNGP10.phx.gbl...
    > Hi!
    > I would like to insert an Image as background of mydatagrid.
    > The image will be inserted between rows as separator line.
    >
    > Could anyone help me, please ?
    >
    >
    > Regards,
    > Antonio Grasso
    >
    >

    Michael Tkachev Guest

  4. #3

    Default Background Image

    :confused;
    I can get a background image to display in IE and Firefox with the following
    code in one of my .htm files, lets say dinnermay20.htm:
    <table width="750" border="0" cellspacing="0" cellpadding="0">

    <tr>
    <td height="150" colspan="2"><img src="images/header.jpg" /></td>
    </tr>
    As long as this file stays in the root folder I'm OK but if I create a
    subfolder like "events" and put the same file in it then the background image
    will not display. I would like to keep my events web pages in the "events"
    subfolder and the calendar pages in the "calendar" subfolder and so on and on
    and on. Is this possible?


    mack1mobile Guest

  5. #4

    Default Re: Background Image

    There is no background image in your code.

    As long as you move files around inside of DW, and not by using
    Finder/Explorer, the links to them will be properly managed.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "mack1mobile" <webforumsuser@macromedia.com> wrote in message
    news:ds2uep$18t$1@forums.macromedia.com...
    > :confused;
    > I can get a background image to display in IE and Firefox with the
    > following
    > code in one of my .htm files, lets say dinnermay20.htm:
    > <table width="750" border="0" cellspacing="0" cellpadding="0">
    >
    > <tr>
    > <td height="150" colspan="2"><img src="images/header.jpg" /></td>
    > </tr>
    > As long as this file stays in the root folder I'm OK but if I create a
    > subfolder like "events" and put the same file in it then the background
    > image
    > will not display. I would like to keep my events web pages in the
    > "events"
    > subfolder and the calendar pages in the "calendar" subfolder and so on and
    > on
    > and on. Is this possible?
    >
    >

    Murray *TMM* 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