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 Mike Lewis 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: nuwud
  • Order by date
  1. nuwud

    Need to limit my query to the 1st letter of each listing

    Is there an example page someone can send me to so I can get a feel for the syntax required to place those queries on my page?
  2. nuwud

    Need to limit my query to the 1st letter of each listing

    Thanks guys! I still don't understand where to put the SQL query code based off my current page structure. How do I format it within the C# ASPX page with JavaScript? Do I just run the query between the <asp:Content tags? The SQL database isn't on my side, it is 3rd party side.
  3. nuwud

    Need to limit my query to the 1st letter of each listing

    It currently looks like this: http://drewstickets.com/Concerts.aspx and needs to look more like this: http://www.ticketnetwork.com/performers/concerts/a.aspx but for all the letters.
  4. nuwud

    Limit Web Service Results to one first letter for alphabetic organizin

    I started a new thread here: http://www.tek-tips.com/viewthread.cfm?qid=1619151
  5. nuwud

    Need to limit my query to the 1st letter of each listing

    This is what the whole page's source looks like: <%@ page language="C#" autoeventwireup="true" inherits="Concerts, App_Web_g65xkisr" masterpagefile="~/BasePage.master" %> <asp:Content ContentPlaceHolderID="contentBody" ID="cntBody" runat="server"> <script language="javascript"...
  6. nuwud

    Need to limit my query to the 1st letter of each listing

    Hi, I started off with this post:http://www.tek-tips.com/viewthread.cfm?qid=1618884&page=1 and, thanks to BillyRayPreachersSon, found this is an SQL thing, not JavaScript. I know nothing about SQL. So, long story short, I want to display my externally generated listing by the first letter only...
  7. nuwud

    Limit Web Service Results to one first letter for alphabetic organizin

    I found this: http://www.w3schools.com/Sql/sql_where.asp but I still don't fully understand how to get only events beginning with 'A' to show.
  8. nuwud

    Limit Web Service Results to one first letter for alphabetic organizin

    That is awesome!! I do see the 'whereClause' parameter you are talking about here: http://tnwebservices-test.ticketnetwork.com/tnwebservice/v3.1/tnwebservicestringinputs.asmx?op=SearchEvents How do I use that? How do I apply that to what I am trying to do? Should I post in a section that...
  9. nuwud

    Limit Web Service Results to one first letter for alphabetic organizin

    More info: I am not using SQL for this site on my end, although the site utilizes ASPX. I believe a sort method might work...
  10. nuwud

    Limit Web Service Results to one first letter for alphabetic organizin

    Thanks for getting back to me. I don't have access to the sql since this is a 3rd party service, but here is the code used to call it. <script language="javascript" type="text/javascript"> document.write('<script language="javascript"...
  11. nuwud

    Limit Web Service Results to one first letter for alphabetic organizin

    I have a site that draws its listings from a 3rd party web service and get all of the results at once in one long list. I want to limit the yield of info to all the items that start with a number or punctuation, a, b, c, d, e, etc per page. A whole page for listings starting with "A" and so, on...

Part and Inventory Search

Back
Top