Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. moquif

    EditCommandColumn in Datagrid

    I don't quite understand how this command works. The book I'm using doesn't give many details. What I'd like to do is to allow for 3 of the 4 columns in the datagrid to be edit-able at once (ideally for all the rows, but I'd be happy with one). Also how do I give the Edit button a CSS-Class? I...
  2. moquif

    Excluding rows based on Multiple Criteria

    swampBoogie Thank you very much for the code the NOT EXISTS turned out to be the key (row expressions is apparently not allowed in my DBMS which is MS Enterprise Manager Management Console v1.2). The application runs much, much faster when it can grab everything at once instead of doing it one...
  3. moquif

    Excluding rows based on Multiple Criteria

    I am trying to get a record set that does not include values that are considered blocked. Normally I would do this: SELECT Value_1, Value_2, Value_3, Value_4, Value_5 FROM tbData WHERE Value_1 NOT IN (SELECT Value_1 FROM tbBlockedValues) The problem is, tbBlockedValues has 2 fields and it has...

Part and Inventory Search

Back
Top