<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Classifieds Starter Kit</title><link>http://forums.asp.net/1021.aspx</link><description>Discussions about and feedback on the Classifieds Starter Kit for ASP.NET 2.0.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Exact loction / Code to remove Price feature.</title><link>http://forums.asp.net/thread/3261616.aspx</link><pubDate>Sat, 27 Jun 2009 10:10:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3261616</guid><dc:creator>Greengrass001</dc:creator><author>Greengrass001</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3261616.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3261616</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I tried changing the codes as suggested, but unfortunately do not work.&amp;nbsp; Was anyone able to get the suggestion by Mattbug to work?&amp;nbsp; Or is it just me?&amp;nbsp; Can anyone help to remove the Price feature?&lt;/p&gt;</description></item><item><title>Re: Exact loction / Code to remove Price feature.</title><link>http://forums.asp.net/thread/1392333.aspx</link><pubDate>Thu, 07 Sep 2006 15:02:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1392333</guid><dc:creator>paggy4u</dc:creator><author>paggy4u</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1392333.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1392333</wfw:commentRss><description>&lt;p&gt;Hi,

Does any one have a solution where i can show the price as &lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt;22 only,&lt;strong&gt; rather than 22.0000&lt;img src="http://forums.asp.net/emoticons/emotion-6.gif" alt="Sad" /&gt; as shown currently.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I do not like the idea of showing 4 digits after the actual amount. a plain amount just looks good that is 22 or 47 or any thing.&lt;br /&gt;&lt;br /&gt;Price is declared as decimal in some places, what should i change to make it just 22. integer could cause problems i think..?&lt;/p&gt;&lt;p&gt;Pl. guide me. &amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Exact loction / Code to remove Price feature.</title><link>http://forums.asp.net/thread/1391548.aspx</link><pubDate>Wed, 06 Sep 2006 20:17:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1391548</guid><dc:creator>mattbug</dc:creator><author>mattbug</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1391548.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1391548</wfw:commentRss><description>&lt;em&gt;(Protected Sub Page_Load1&lt;/em&gt; should read &lt;em&gt;Protected Sub Page_Load&lt;/em&gt; without the &amp;quot;1&amp;quot;)</description></item><item><title>Re: Exact loction / Code to remove Price feature.</title><link>http://forums.asp.net/thread/1391544.aspx</link><pubDate>Wed, 06 Sep 2006 20:13:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1391544</guid><dc:creator>mattbug</dc:creator><author>mattbug</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1391544.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1391544</wfw:commentRss><description>&lt;p&gt;&lt;em&gt;In PostAds.aspx and EditAds.aspx...&lt;br /&gt;&amp;nbsp;change this:&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;legend&amp;gt;Price:&amp;lt;/legend&amp;gt;$&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:TextBox Text=&amp;#39;&amp;lt;%# Bind(&amp;quot;Price&amp;quot;, &amp;quot;{0:f2}&amp;quot;) %&amp;gt;&amp;#39; runat=&amp;quot;server&amp;quot; ID=&amp;quot;PriceTextBox&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CssClass=&amp;quot;post_dollars&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&amp;lt;asp:CustomValidator ID=&amp;quot;PriceValidator&amp;quot; runat=&amp;quot;server&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorMessage=&amp;quot;The Price is not valid.&amp;quot; OnServerValidate=&amp;quot;PriceValidator_ServerValidate&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;lt;/asp:CustomValidator&amp;gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;to this:&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Hide the Price TextBox by wrapping it in a span and setting class to &amp;quot;none&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;legend&amp;gt;Price:&amp;lt;/legend&amp;gt;$&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span class=&amp;quot;none&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:TextBox Text=&amp;#39;&amp;lt;%# Bind(&amp;quot;Price&amp;quot;, &amp;quot;{0:f2}&amp;quot;) %&amp;gt;&amp;#39; runat=&amp;quot;server&amp;quot; ID=&amp;quot;PriceTextBox&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CssClass=&amp;quot;post_dollars&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&amp;lt;asp:CustomValidator ID=&amp;quot;PriceValidator&amp;quot; runat=&amp;quot;server&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorMessage=&amp;quot;The Price is not valid.&amp;quot; OnServerValidate=&amp;quot;PriceValidator_ServerValidate&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;lt;/asp:CustomValidator&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/span&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;em&gt;In PostAds.aspx.vb...&lt;br /&gt;&amp;nbsp;add this:&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Protected Sub Page_Load1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;Default the Price to 0 to pass validation&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PriceTextBox.Text = 0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;End Sub&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;em&gt;There are several other places that you will have to hide Price (and probably AdType as well) but the changes above should get you started.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Re: Exact loction / Code to remove Price feature.</title><link>http://forums.asp.net/thread/1369356.aspx</link><pubDate>Sun, 13 Aug 2006 02:36:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1369356</guid><dc:creator>paggy4u</dc:creator><author>paggy4u</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1369356.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1369356</wfw:commentRss><description>I am still finding the exact solution.&lt;br /&gt;&lt;br /&gt;I just want it to be removed . My design dos not have any price feature&lt;br /&gt;&lt;br /&gt;Can someone help me please.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description></item><item><title>Re: Exact loction / Code to remove Price feature.</title><link>http://forums.asp.net/thread/1369241.aspx</link><pubDate>Sat, 12 Aug 2006 19:14:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1369241</guid><dc:creator>justin0501</dc:creator><author>justin0501</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1369241.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1369241</wfw:commentRss><description>&lt;p&gt;You may also want to check out the following as someone else had the same question. After reading this post I am assuming there is more to it than what I had mentioned:&lt;/p&gt;
&lt;p&gt;&lt;a HREF="/thread/1323621.aspx"&gt;http://forums.asp.net/thread/1323621.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Exact loction / Code to remove Price feature.</title><link>http://forums.asp.net/thread/1369239.aspx</link><pubDate>Sat, 12 Aug 2006 19:11:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1369239</guid><dc:creator>justin0501</dc:creator><author>justin0501</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1369239.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1369239</wfw:commentRss><description>I'm not too positive as I would have to look at it but I would guess would be to allow nulls and to remove any required field validators for the price. There is also a search feature by price which you may not want if you are going to get rid of the price field.</description></item><item><title>Exact loction / Code to remove Price feature.</title><link>http://forums.asp.net/thread/1369002.aspx</link><pubDate>Sat, 12 Aug 2006 06:55:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1369002</guid><dc:creator>paggy4u</dc:creator><author>paggy4u</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1369002.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1369002</wfw:commentRss><description>Hello,&lt;br /&gt;&lt;br /&gt;I want to remove the PRICE feature from my classified kit.&lt;br /&gt;&lt;br /&gt;I understand that making&amp;nbsp; the table field NULL is not the only option.&lt;br /&gt;&lt;br /&gt;Can any one guide me, the exact locations from where i should delete this feature.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description></item></channel></rss>