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: *

  • Users: bizzydint
  • Content: Threads
  • Order by date
  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???

    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...
  3. 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...
  4. 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
  5. 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...
  6. 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