Define a filter based on record value

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

  1. #1

    Default Define a filter based on record value

    I have a datagrid with two columns visible, both being dropdown boxes linked
    to other tables.

    Is it possible to filter the datasource of the second column, based on the
    value chosen in the first column?



    PaulNaude Guest

  2. Similar Questions and Discussions

    1. #40499 [NEW]: filter sapi does not register any highlightning filter
      From: php at henke37 dot cjb dot net Operating system: any PHP version: 6CVS-2007-02-15 (CVS) PHP Bug Type: Apache2 related...
    2. get record based on date time
      HI Im creating a site that generates leads. When a lead is generated it will select a broker in the list based on certain criteria. The thing i...
    3. Show record based on time
      I have a record in a DB with a start time and a stop time (their data types are set to datetime). i want to show the record if the current time...
    4. updating a record on a form based on another field
      Please help. I am trying to update a record in a form based on another field in that form. I have tried using the Me! and dlookup options I found...
    5. Need Web-Based DB Record Editing Tool
      Hi, all. Is anybody currently using a web-based tool to add/edit/delete records to SQL Server 2000 tables? I've been writing my own ADO.NET &...
  3. #2

    Default Re: Define a filter based on record value

    Hi Paul,

    Yes. You can set datasource of the second column besed on value chosen in
    the first column in datagrid_ItemDataBound event.

    HTH


    "PaulNaude" <PaulNaude@discussions.microsoft.com> wrote in message
    news:FB07691C-B81F-4E08-94B8-4D0C3F8A320D@microsoft.com...
    >I have a datagrid with two columns visible, both being dropdown boxes
    >linked
    > to other tables.
    >
    > Is it possible to filter the datasource of the second column, based on the
    > value chosen in the first column?
    >
    >
    >

    Elton Wang 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