Data Source shows each control twice in the ControlID box

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Data Source shows each control twice in the ControlID box

    I am using VS2005 RC and have a page with a gridview and a data source that
    uses a stored procedure.

    If I put a hiddenfield on the page and try to configure the data source to
    use the Control as a parameter I see the name of each control field listed
    twice in the ControlID box.

    This page used to work in the Beta but not any more.

    What can I do to get around this before it gets fixed?
    p3t3r Guest

  2. Similar Questions and Discussions

    1. Data Visualization Watermark Shows Up With RSL
      When the data visualization component is linked as an RSL, I see the 'Trial' watermark even though I have licensed the component. I am creating...
    2. moving data from one data source to another
      I'm trying to move data from one data source to another. I don't want to loop - because it will kill performance. A simple Select into or Insert...
    3. Textbox control source
      I can't figure out how to get textboxes on my form to display data from a table. I've been messing around with the control source, but so far...
    4. Datagrid Template columns shows data from first row
      I have a datagrid with a template column that has a hyperlink and a label. The hyperlink text is bound to Title from my dataset and the label text...
    5. Changing control source in subform
      I am having difficulty with a subform's textbox control source. This subform is on more than one form. On one of the main forms, AddLitter, the...
  3. #2

    Default RE: Data Source shows each control twice in the ControlID box

    Hello,

    This group is for Component of scripting. You may not be lucky to find a
    expert on VS.NET here. So, please post such a question in VS.NET related
    groups.

    Regarding the question, I test it with VS.NET 2005 RC (Version
    8.0.50727.26), and haven't found the problem. I think the problem may be
    fixed in a later version like the one I worked with.

    Hope this helpful,

    Luke

    [MSFT] 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