<?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: Is there a way to hide details within AdDetails on ShowAd.aspx</title><link>http://forums.asp.net/thread/3262159.aspx</link><pubDate>Sun, 28 Jun 2009 01:30:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3262159</guid><dc:creator>Greengrass001</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3262159.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3262159</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;a&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Is there a way to hide details within AdDetails on ShowAd.aspx</title><link>http://forums.asp.net/thread/2261632.aspx</link><pubDate>Fri, 28 Mar 2008 11:13:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2261632</guid><dc:creator>roymartian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2261632.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2261632</wfw:commentRss><description>&lt;p&gt;Fixed, using visible = false - no worries&lt;/p&gt;</description></item><item><title>Re: Is there a way to hide details within AdDetails on ShowAd.aspx</title><link>http://forums.asp.net/thread/2261540.aspx</link><pubDate>Fri, 28 Mar 2008 10:21:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2261540</guid><dc:creator>roymartian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2261540.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2261540</wfw:commentRss><description>&lt;p&gt;Any ideas on this one aswell?&lt;/p&gt;
&lt;p&gt;On ShowAd.aspx I would to stop showing;&lt;/p&gt;
&lt;p&gt;item#&lt;/p&gt;
&lt;p&gt;category&lt;/p&gt;
&lt;p&gt;date entered&lt;/p&gt;
&lt;p&gt;expiration&lt;/p&gt;
&lt;p&gt;Currently&lt;/p&gt;
&lt;p&gt;but also keep the other items, any ideas?&lt;/p&gt;</description></item><item><title>Re: Is there a way to hide Price text box</title><link>http://forums.asp.net/thread/2261526.aspx</link><pubDate>Fri, 28 Mar 2008 10:13:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2261526</guid><dc:creator>roymartian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2261526.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2261526</wfw:commentRss><description>&lt;p&gt;Great I can confirm recommended method works well!&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;</description></item><item><title>Re: Is there a way to hide Price text box</title><link>http://forums.asp.net/thread/2260478.aspx</link><pubDate>Thu, 27 Mar 2008 21:42:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2260478</guid><dc:creator>roymartian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2260478.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2260478</wfw:commentRss><description>&lt;p&gt;Thanks Ash,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I hear you on hacks, not sure about having ghost text box in the background so will try second idea to delete textbox completely.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;
&lt;p&gt;Roy.&lt;/p&gt;</description></item><item><title>Re: Is there a way to hide Price text box</title><link>http://forums.asp.net/thread/2260248.aspx</link><pubDate>Thu, 27 Mar 2008 20:02:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2260248</guid><dc:creator>ashmetry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2260248.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2260248</wfw:commentRss><description>&lt;p&gt;I dont usually like to give advice on hacks ;) because if it was me and i was sure im not going to need it then id delete it..&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But you can just &lt;/p&gt;
&lt;p&gt;1. delete the &amp;lt;legend&amp;gt;price&amp;lt;/legend&amp;gt; &lt;/p&gt;
&lt;p&gt;2. Hide&amp;nbsp; the PriceTextBox (Visible=false) (You can change its text value to 0 instead of Bind(&amp;quot;Price&amp;quot;) )&lt;/p&gt;
&lt;p&gt;3.Delete or disable (Enabled=false)&amp;nbsp;the validator PriceValidator that comes after it in the .aspx file &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you delete the textbox completey (I recommend that) you&amp;#39;ll need to : &lt;/p&gt;
&lt;p&gt;1. Go to PostAdWizard_FinishButtonClick and change Decimal price = Decimal.Parse(PriceTextBox.Text); to Decimal price = 0.0;&lt;/p&gt;
&lt;p&gt;2. Delete the PriceValidator&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. Delete the method PriceValidator_ServerValidate&lt;/p&gt;</description></item><item><title>Re: Is there a way to hide Price text box</title><link>http://forums.asp.net/thread/2260216.aspx</link><pubDate>Thu, 27 Mar 2008 19:49:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2260216</guid><dc:creator>roymartian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2260216.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2260216</wfw:commentRss><description>&lt;p&gt;Thanks, where do I find &amp;quot;load value&amp;quot; for price text box?&lt;/p&gt;
&lt;p&gt;FYI, I did already try visible = false and ticking nulls check box but still got a&amp;nbsp;problem.&lt;/p&gt;
&lt;p&gt;1. Error message &amp;quot;Price incoorect&amp;quot; think is due to &amp;quot;decimal requirements&amp;quot;&lt;/p&gt;
&lt;p&gt;2. Also layout looks a little funny as just hidden but leaves big hole in page - any tips to adjust?&lt;/p&gt;
&lt;p&gt;Roy.&lt;/p&gt;</description></item><item><title>Re: Is there a way to hide Price text box</title><link>http://forums.asp.net/thread/2260160.aspx</link><pubDate>Thu, 27 Mar 2008 19:22:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2260160</guid><dc:creator>darkknight187</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2260160.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2260160</wfw:commentRss><description>&lt;p&gt;Price is a required item, so I would set the value on load to 0 and then set the textbox visible to false.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Is there a way to hide Price text box</title><link>http://forums.asp.net/thread/2259695.aspx</link><pubDate>Thu, 27 Mar 2008 16:04:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2259695</guid><dc:creator>ashmetry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2259695.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2259695</wfw:commentRss><description>&lt;p&gt;Just set the visible property on the Textbox to false.&lt;/p&gt;</description></item><item><title>Is there a way to hide Price text box</title><link>http://forums.asp.net/thread/2258955.aspx</link><pubDate>Thu, 27 Mar 2008 10:50:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2258955</guid><dc:creator>roymartian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2258955.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2258955</wfw:commentRss><description>&lt;p&gt;I really don&amp;#39;t need or want price text box as with some help (&lt;em&gt;thanks Dark Knight&lt;/em&gt;) now created a new column thats exactly as I need.&lt;/p&gt;
&lt;p&gt;However seems very long winded to delete all references out of database and all pages relating to price.&lt;/p&gt;
&lt;p&gt;Ideally I would like to turn visible to false and just allow nulls in database so it&amp;nbsp;sits there but does nothing&amp;nbsp;- is this possible? - how?&lt;/p&gt;
&lt;p&gt;I can see this options for Adtitlelabel to make visible false but not for price text box - any ideas?&lt;/p&gt;
&lt;p&gt;Grateful of your help,&lt;/p&gt;
&lt;p&gt;Roy Martian.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>