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 Chris Miller 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. bizzydint

    HTML validation from W3C

    I'm attempting to get the site to have valid HTML but it seems that the built in .NET controls (eg image buttons) write out html with attributes which are not accepted by the HTML validator (http://validator.w3.org). My code reads: <asp:imagebutton id=&quot;btnLogin&quot...
  2. bizzydint

    Select distinct from a DataTable???

    Oh, i wish i could edit my last post now. I seem to have worked out how to display it in the same column (was very simple - ask if you want me to paste code!) Just going to see how the rest goes. Thanks for your suggestions/advice though!
  3. bizzydint

    Select distinct from a DataTable???

    the first-ish. Ideally I'd like to have it as Author Name Book 1 Book 2 Book 3 But the control seems to want two separate columns so i'm getting Author Name Book 1 Book 2 Book 3
  4. bizzydint

    Select distinct from a DataTable???

    Oh yeah, i get the whole SQL thing - it's just that my query is ever so slightly &quot;big&quot; :) I would paste it here, but it wouldnt make sense to anyone - so I'll attempt to do a simple example of what it does.... Tbl_Authors contains Author_ID, Author_Name tbl_Books contains Book_ID...
  5. bizzydint

    Select distinct from a DataTable???

    I've got one DB query that pulls out Authors & Books. THe relationship is one-many, so the author names get repeated. On display, I want to show Author name once with the list of books (ie a master/detail control) I *CANT* change the query and examples I've seen have used 2 separate queries...
  6. bizzydint

    How do I force the display to not show duplicate data?

    Surely that subject makes no sense, but I have more space here.... I'm learning on the fly and cant work out which control I should use to create the following display. The DB will return a &quot;list&quot; of authors and book titles, where one author may have more than one book. (it's...
  7. bizzydint

    Remote Access - number of connections

    Not sure is this is the right forum but... I'm using Remote Desktop to connect to our server, but it's only allowing one user at a time. I cant seem to find where this gets set, can anyone point me in the right direction?? cheers, van
  8. bizzydint

    dependant drop down list - using javascript?

    Sorry for being a bit slow - but it didnt help! The solution also seemed to be in C (or C#?) so just got me more confused. Thanks, for trying - but anyone got any leads? Ta, Van
  9. bizzydint

    dependant drop down list - using javascript?

    I've got one drop down list containing regions across the country (North West, South East etc) - then a second drop down to contain the counties/cities within that region. All the data is stored in a database. I dont want to have to post back and have been reading a few articles saying that I...
  10. bizzydint

    Multiline textbox in a datalist wont populate

    Sorry for being so vague! Basically, I've got the datalist with each row containing a dropdownlist, a single line text box and one multiline txtbox. I'm not actually using the template columns for this. The front end code i've got is: ----------------------------------------------------...
  11. bizzydint

    Multiline textbox in a datalist wont populate

    I've finally got my datalist showing me the items I wanted, but now each item has a description and I need to display it. It will display in a single line text box, but not a multiline one! Anyone know how to get around this?

Part and Inventory Search

Back
Top