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.
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.
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...
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...
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"...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.