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 TouchToneTommy 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. jbutton

    TreeView Formatting

    thank you this works perfect
  2. jbutton

    TreeView Formatting

    Does anyone have an example of how something like that might be accomplished? I am familiar with style sheets but do not know how how to work with inline CSS.
  3. jbutton

    gridview update table without identity field

    I don't know if I understand correct, but I think you can accomplish what you want with a WHERE clause on the update statement since you are also passing the old values. UPDATE blah blah blah WHERE sqlField=oldValue AND sqlField2=oldValue2 sqlField and sqlField2 are the columns in the...
  4. jbutton

    TreeView Formatting

    Hello! I have a TreeView populated via database. One of the nodes is populated with information from two columns and I need a good clean way of aligning the information from the second column and spacing it away from the first for readability and prettiness. Note that the text from the...
  5. jbutton

    GROUP BY with string concatenation :-)

    sorry Borislav for not being clear. My problem is i have data like this: categoryId categoryAuthor 1 Jim 1 Josh 1 Dave 2 Bob 2 Janet 2 Susie 3 Danielle 3 Kaite...
  6. jbutton

    GROUP BY with string concatenation :-)

    thank you vbkris. i am going to do this with cursors.
  7. jbutton

    GROUP BY with string concatenation :-)

    bborissov, i believe that solution will only work if the strings are of numeric value. thank you very much but i need something for text. thanks again though!
  8. jbutton

    GROUP BY with string concatenation :-)

    Hello, I have a situation where it would be wonderful if I could GROUP BY a string field and have it concatenate the strings comma-delimited much like it would group an integer field by adding them. I don't know if this is possible in SQLServer, but would like some direction if anyone thinks...

Part and Inventory Search

Back
Top