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

  1. #1

    Default fill datagrid


    if i have two or more datagrids need to be filled , should i use two or
    more sqldataadapters, or only just use one sqldataadapter (by changing
    it's selectcommand?) what is the difference?



    --
    dollar
    ------------------------------------------------------------------------
    Posted via [url]http://www.codecomments.com[/url]
    ------------------------------------------------------------------------

    dollar Guest

  2. Similar Questions and Discussions

    1. Fill a Dropdownlist in Datagrid template field based on the Row
      Basically I want to be able to do this: Have a Datagrid/DataList of Employees and the Dropdownlist will have their family member names that they...
    2. fill
      How to fill open path?
    3. Looking for a quicker way to fill a datagrid???
      Here is my code: Dim availMach As New ASPNETProduct.machinedb() Dim dstMachList As DataSet dstMachList =...
    4. PS: fill the gap
      I have a photo with two faces and I would like to change the heads. I constructed two new levels each with one head and move them to the opposite...
    5. Fill datagrid without database
      Hello I need to fill in my datagrid from calcutalted date. how do I fill in my datagrid? yoramo
  3. #2

    Default Re: fill datagrid

    Use two.

    Clear design.

    Eliyahu

    "dollar" <dollar.1pxwhs@mail.codecomments.com> wrote in message
    news:dollar.1pxwhs@mail.codecomments.com...
    >
    > if i have two or more datagrids need to be filled , should i use two or
    > more sqldataadapters, or only just use one sqldataadapter (by changing
    > it's selectcommand?) what is the difference?
    >
    >
    >
    > --
    > dollar
    > ------------------------------------------------------------------------
    > Posted via [url]http://www.codecomments.com[/url]
    > ------------------------------------------------------------------------
    >

    Eliyahu Goldin 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