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

  1. #1

    Default ASP:DATALIST

    Hello,

    Does anyone know of a way to prevent the asp:datalist control from creating
    html code table and table row tags when it is rendered. I have normally
    just incorporated this into the layout of my html code, however, I am now
    working on a project with several layers deep of html table nesting and it
    would be like piecing together a jigsaw puzzle to figure out where I should
    place the datalist control in order for my html to display properly? I am
    afraid the answer is that this cannot be changed?

    Any other databinding solutions that will allow me to get around without
    modifying my html layout?

    This is an example of where MS attempts to make it easier for developers by
    creating a server control, but in turn developers lose some control of the
    layout. Perhaps skipping through the dataset like an old recordset in
    classic asp would be a less intrusive solution for me??

    Thanks


    Chris Fink Guest

  2. Similar Questions and Discussions

    1. DataList with linkbuttons
      Can anyone help? I have a DataList with 5 LinkButtons and for some reason my Item_Command event does not get triggered. My code is as follows: ...
    2. Datagrid vs Datalist
      Can anyone point me to some articles that discuss the reasons for using a datagrid over a datalist and vice-versa?
    3. datalist please help soon
      H data I'm binding to the DataList is information about products in my product database. Perhaps passed in the QueryString to this page is a...
    4. DataList: how to use??
      I am having difficulity understanding just exactly how to use the DataList (may be using it in the wrong context) Problem: I have a dataset that...
    5. ASP DataList
      Hello, I have an ASP Datalist in which I am binding a value within the <itemtemplate> section as follows: <%#...
  3. #2

    Default Re: ASP:DATALIST

    Chris,

    You could use the Asp:Repeater tag and highly customize our your data out
    put.

    Rahul Singh

    anant systems, inc. | making information work for you

    anantsystems.net | ioserver.net [Developer and Business .NET Hosting]

    "Chris Fink" <chris@chrisfink.com> wrote in message
    news:uzKXc3wUDHA.1280@tk2msftngp13.phx.gbl...
    > Hello,
    >
    > Does anyone know of a way to prevent the asp:datalist control from
    creating
    > html code table and table row tags when it is rendered. I have normally
    > just incorporated this into the layout of my html code, however, I am now
    > working on a project with several layers deep of html table nesting and it
    > would be like piecing together a jigsaw puzzle to figure out where I
    should
    > place the datalist control in order for my html to display properly? I am
    > afraid the answer is that this cannot be changed?
    >
    > Any other databinding solutions that will allow me to get around without
    > modifying my html layout?
    >
    > This is an example of where MS attempts to make it easier for developers
    by
    > creating a server control, but in turn developers lose some control of the
    > layout. Perhaps skipping through the dataset like an old recordset in
    > classic asp would be a less intrusive solution for me??
    >
    > Thanks
    >
    >

    Rahul Singh 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