<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Display a single category?</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Display a single category?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 13:24:09 +0000</pubDate>
  <lastBuildDate>Fri, 04 Jun 2004 18:03:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=10716</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Display a single category? : the way i would do it have an...]]></title>
   <link>https://forums.webwiz.net/display-a-single-category_topic10716_post58838.html#58838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 10716<br /><strong>Posted:</strong> 04&nbsp;June&nbsp;2004 at 6:03pm<br /><br /><P>the way i would do it have an identifier (c=3) and if that exists only call the category</P><P>the below should help you impliment what you want</P><P>-----------------------</P><P>just above the &lt;html&gt; tag of the default.asp page you will see the following code</P><P>'Read the various categories from the database<BR>'Initalise the strSQL variable with an SQL statement to query the database</P><P><BR><strong>If strDatabaseType = "SQLServer" Then<BR>&nbsp;strSQL = "EXECUTE " &amp; strDbProc &amp; "CategoryAll"<BR>Else<BR>&nbsp;strSQL = "SELECT " &amp; strDbTable &amp; "Category.Cat_name, " &amp; strDbTable &amp; "Category.Cat_ID FROM " &amp; strDbTable &amp; "Category ORDER BY " &amp; strDbTable &amp; "Category.Cat_order ASC;"<BR>End If</strong></P><P>(this method will only work on Access version)</P><P>chage the section of code for the below section</P><P><strong><FONT color=#0066ff size=2>'Read the various categories from the database<BR>'Initalise the strSQL variable with an SQL statement to query the database<BR>If strDatabaseType = "SQLServer" Then<BR>&nbsp;strSQL = "EXECUTE " &amp; strDbProc &amp; "CategoryAll"<BR>Else</FONT></strong></P><P><BR><strong><FONT color=#0066ff size=2>&nbsp;strSQL = "SELECT " &amp; strDbTable &amp; "Category.Cat_name, " &amp; strDbTable &amp; "Category.Cat_ID FROM " &amp; strDbTable &amp; "Category"</FONT></strong></P><P><strong><FONT color=#0066ff size=2>intQueryCatID = CLng(request.querystring("c"))</FONT></strong></P><P><strong><FONT color=#0066ff size=2>if intQueryCatID&nbsp;&gt; 0 then strSQL = strSQL &amp; " WHERE " &amp; strDbTable &amp;"Category.Cat_ID =" &amp; intQueryCatID &amp;""</FONT></strong></P><P><strong><FONT color=#0066ff size=2>strSQL = strSQL &amp; " ORDER BY " &amp; strDbTable &amp; "Category.Cat_order ASC;"<BR>End If</FONT></strong></P><P>the above code will check to see if there is a selection and if so it will only get the selected category and none of the others.</P><P>I&nbsp;hope /think that is what you want. the above code should be copy and paste.</P>]]>
   </description>
   <pubDate>Fri, 04 Jun 2004 18:03:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/display-a-single-category_topic10716_post58838.html#58838</guid>
  </item> 
  <item>
   <title><![CDATA[Display a single category? : http://www.cpca.org/healthcoll...]]></title>
   <link>https://forums.webwiz.net/display-a-single-category_topic10716_post58747.html#58747</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16241">CapnCrunch</a><br /><strong>Subject:</strong> 10716<br /><strong>Posted:</strong> 03&nbsp;June&nbsp;2004 at 12:57pm<br /><br /><P><A href="http://www.cpca.org/healthcollabs/forum/default.asp?C=3" target="_blank">http://www.cpca.org/healthcollabs/forum/default.asp?C=3</A></P><P>&nbsp;</P><P>As you can see from this link, what I am trying to do is get ONLY the toolbox category to display. Is there an easy way to do this?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 03 Jun 2004 12:57:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/display-a-single-category_topic10716_post58747.html#58747</guid>
  </item> 
 </channel>
</rss>