<?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>Add  "Confirm Email" to the registration page.</title><link>http://forums.asp.net/thread/3534840.aspx</link><pubDate>Thu, 26 Nov 2009 18:25:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3534840</guid><dc:creator>racer184</dc:creator><author>racer184</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3534840.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3534840</wfw:commentRss><description>&lt;p&gt;I needed to add a step to &amp;quot;confirm email&amp;quot; address on the registration page.&amp;nbsp; Quite a few people type their email address wrong and never check it.&amp;nbsp; Then they wonder why they don&amp;#39;t get any replies to their ad on my classifieds site.&amp;nbsp;&amp;nbsp; (One man got 27 &amp;quot;respond to ad&amp;quot; in one day and said my site sucked....&amp;nbsp; well... he put in the wrong email address!)&lt;/p&gt;&lt;p&gt;The only form affected is&amp;nbsp;&amp;nbsp; register.aspx&amp;nbsp; .&amp;nbsp; After the text box for &amp;quot;email&amp;quot;&amp;nbsp; add this.&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="vb.net"&gt;Confirm Email:&lt;br /&gt; &amp;lt;asp:TextBox runat=&amp;quot;server&amp;quot; ID=&amp;quot;ConfirmEmail&amp;quot; CssClass=&amp;quot;user_info&amp;quot; &lt;br /&gt;ToolTip=&amp;quot;Enter your email again, please.  This is to be sure you have not mistyped it.&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&lt;br /&gt;                                                 &amp;lt;br /&amp;gt;&lt;br /&gt;                                       &lt;br /&gt;&amp;lt;asp:RequiredFieldValidator ID=&amp;quot;ConfirmEmailValidator&amp;quot; runat=&amp;quot;server&amp;quot; &lt;br /&gt;ControlToValidate=&amp;quot;ConfirmEmail&amp;quot; &lt;br /&gt;ErrorMessage=&amp;quot;Email and Confirm Email must match&amp;quot; &lt;br /&gt;ToolTip=&amp;quot;Confirm Email address&amp;quot; ValidationGroup=&amp;quot;CreateUserWizardControl&amp;quot;&amp;gt;&amp;lt;/asp:RequiredFieldValidator&amp;gt;&lt;br /&gt;                                       &lt;br /&gt;                                    &amp;lt;br /&amp;gt;&lt;br /&gt;                                          &lt;/pre&gt;&lt;/p&gt;&lt;p&gt;Then, lower down the page look for &amp;quot;CompareValidator&amp;quot;&amp;nbsp; that is for checking the password.&amp;nbsp; I entered this to compare the email and confirm email textbox es.&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="vb.net"&gt; &amp;lt;asp:CompareValidator runat=&amp;quot;server&amp;quot; ControlToValidate=&amp;quot;ConfirmEmail&amp;quot; ValidationGroup=&amp;quot;CreateUserWizardControl&amp;quot;&lt;br /&gt; ID=&amp;quot;EmailCompare&amp;quot; Display=&amp;quot;Dynamic&amp;quot; ErrorMessage=&amp;quot;The email and confirm email must match.&amp;quot;&lt;br /&gt;ControlToCompare=&amp;quot;Email&amp;quot;&amp;gt;&lt;br /&gt;                                    &amp;lt;/asp:CompareValidator&amp;gt;&lt;/pre&gt;&lt;br /&gt;It sure looks like a simple thing to do.&amp;nbsp;&amp;nbsp; But it did take me a while to learn that I was using the wrong kind of validator. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to get to work with MYSQL ?</title><link>http://forums.asp.net/thread/3527101.aspx</link><pubDate>Mon, 23 Nov 2009 06:03:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3527101</guid><dc:creator>Ravi87</dc:creator><author>Ravi87</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3527101.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3527101</wfw:commentRss><description>&lt;p&gt;I need to know how i can connect with MySQL ? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>advanced search url path?</title><link>http://forums.asp.net/thread/3519181.aspx</link><pubDate>Wed, 18 Nov 2009 08:06:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3519181</guid><dc:creator>redwoodbev</dc:creator><author>redwoodbev</author><slash:comments>11</slash:comments><comments>http://forums.asp.net/thread/3519181.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3519181</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&amp;nbsp; I would like to make a text hyperlink that would bring up ads in a category and location.&amp;nbsp; Can anyone tell where to find the url path for that?&amp;nbsp; I&amp;#39;ve been able to do it with category only by using mysite.com/ShowAd.aspx?c=XXX.&amp;nbsp; Is there something like ?c=XXX which represents the location part of the path?&amp;nbsp;&amp;nbsp; Thanks for any advice of where to look for this.&amp;nbsp; Bev&lt;/p&gt;</description></item><item><title>Its time to move classifieds to Asp.Net MVC</title><link>http://forums.asp.net/thread/3447004.aspx</link><pubDate>Thu, 08 Oct 2009 05:51:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3447004</guid><dc:creator>paggy4u</dc:creator><author>paggy4u</author><slash:comments>8</slash:comments><comments>http://forums.asp.net/thread/3447004.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3447004</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I think, we had enough of progress on Classified starter Kit based on Web Forms.&lt;/p&gt;&lt;p&gt;Its time to move ahead with the future and that would be to convert the classified starter kit to Asp.Net MVC Classified Starter Kit. It would be much easier to maintain and extends with Controller. I mean C from MVC&amp;nbsp;&lt;/p&gt;&lt;p&gt;Act Right now, before its late and the charm is lost.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>cant post ads after changing authentication type to windows</title><link>http://forums.asp.net/thread/3515309.aspx</link><pubDate>Mon, 16 Nov 2009 12:54:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3515309</guid><dc:creator>evvo</dc:creator><author>evvo</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/3515309.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3515309</wfw:commentRss><description>&lt;p&gt;I have switched the provider from the aspnetprovider to windows as this will run within a local area network and staff will access it via their existing network logins.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;However after changing this via the site configuration wizard I can no longer post ads.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;i&gt;The INSERT statement conflicted with the FOREIGN KEY constraint &amp;quot;FK_Ads_Members&amp;quot;. The conflict occurred in database &amp;quot;Classifieds&amp;quot;, table &amp;quot;dbo.Members&amp;quot;, column &amp;#39;Id&amp;#39;.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;Presumably there is no member id allocated now as registration is no longer required but how do I cater for this in the code?&lt;/p&gt;</description></item><item><title>Dynamic Meta Description on ShowAd Page?</title><link>http://forums.asp.net/thread/3510422.aspx</link><pubDate>Fri, 13 Nov 2009 07:39:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3510422</guid><dc:creator>redwoodbev</dc:creator><author>redwoodbev</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3510422.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3510422</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m trying to&amp;nbsp;make the description for ads change dynamically&amp;nbsp;so every ad will have a unique description. &amp;nbsp;I&amp;#39;ve been pouring through the web and various blogs and forums and still can&amp;#39;t figure this out.&amp;nbsp; I&amp;#39;ve tried several methods with no luck.&amp;nbsp;&amp;nbsp;Here&amp;#39;s my latest...&amp;nbsp; &lt;/p&gt;
&lt;p&gt;ShowAd.aspx&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Page Language=&amp;quot;VB&amp;quot; MasterPageFile=&amp;quot;~/AirportMaster.master&amp;quot; CodeFile=&amp;quot;ShowAd.aspx.vb&amp;quot;&lt;br /&gt;&amp;nbsp;Inherits=&amp;quot;ShowAd_aspx&amp;quot; Title=&amp;quot; &amp;quot; Description=&amp;quot; &amp;quot;%&amp;gt;&lt;br /&gt;&amp;lt;asp:Content ID=&amp;quot;myTag&amp;quot; ContentPlaceHolderID=&amp;quot;head1&amp;quot; runat=&amp;quot;Server&amp;quot; &amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;meta name=&amp;quot;description&amp;quot; content=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;meta name=&amp;quot;keywords&amp;quot; content= &amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/asp:Content&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ShowAd.vb&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;metaDescription.Name = &lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; metaDescription &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;New&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; HtmlMeta()&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;description&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;metaDescription.Content = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Ad.Title&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/p&gt;
&lt;p&gt;Page.Header.Controls.Add(metaDescription)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It compiles ok, but doesn&amp;#39;t work.&amp;nbsp; I&amp;#39;m sure I&amp;#39;m missing something basic, but just can&amp;#39;t figure it out.&amp;nbsp; Has anyone done this already with the classified kit?&amp;nbsp; I&amp;#39;d really appreciate a hint in the right direction.&amp;nbsp; Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>ObjectDataSource AdDataSource Could not find a nongeneric method error</title><link>http://forums.asp.net/thread/3487536.aspx</link><pubDate>Sun, 01 Nov 2009 04:58:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3487536</guid><dc:creator>redwoodbev</dc:creator><author>redwoodbev</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3487536.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3487536</wfw:commentRss><description>&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;Hi, I&amp;#39;m getting the following error when trying to edit an existing ad.&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;ObjectDataSource &amp;#39;AdDataSource&amp;#39; could not find a non-generic method &amp;#39;UpdateAd&amp;#39; that has parameters: original_Id, memberId, Title, Description, URL, Price, Location, isRelisting.&amp;quot;&lt;/p&gt;
&lt;p&gt;Has anyone seen this, or have any idea where I should look for the problem? Thanks.&lt;/p&gt;</description></item><item><title>Categories</title><link>http://forums.asp.net/thread/3508988.aspx</link><pubDate>Thu, 12 Nov 2009 15:04:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3508988</guid><dc:creator>manorfarm</dc:creator><author>manorfarm</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3508988.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3508988</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Has anyone figured how to&amp;nbsp; show categories in the search selection only when an item exists&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That is if there where 10 top level categories but only 3 say had items listed - only show this information and not the empty 7&lt;/p&gt;
&lt;p&gt;empty categories&lt;/p&gt;
&lt;p&gt;Hope that makes sense&lt;/p&gt;</description></item><item><title>Need help with Show Ad</title><link>http://forums.asp.net/thread/2727378.aspx</link><pubDate>Thu, 06 Nov 2008 00:50:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2727378</guid><dc:creator>nbrglobalinc</dc:creator><author>nbrglobalinc</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2727378.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2727378</wfw:commentRss><description>&lt;p&gt;I would like for the &amp;quot;respond to ad&amp;quot; links to NOT show when a user isn&amp;#39;t logged in. Can someone help me with this please?&lt;/p&gt;</description></item><item><title>Type "ProfileCommon" is not defined</title><link>http://forums.asp.net/thread/1269321.aspx</link><pubDate>Wed, 26 Apr 2006 22:33:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1269321</guid><dc:creator>y71chen</dc:creator><author>y71chen</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/1269321.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1269321</wfw:commentRss><description>Hi &lt;br /&gt;
&lt;br /&gt;
I opened the default.aspx in the vs2005 but i got two errors saying: &lt;br /&gt;
Type "ProfileCommon" is not defined. &lt;br /&gt;
on line: &lt;br /&gt;
&amp;lt;%@ Page Language="VB" MasterPageFile="~/MasterPage.master" CodeFile="Default.aspx.vb"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Inherits="Default_aspx" Title="Welcome" %&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and also i got errors:&lt;br /&gt;
Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; Element 'FeaturedAd' is not
a known element. This can occur if there is a compilation error in the
Web site.&amp;nbsp;&amp;nbsp;&amp;nbsp;
C:\Inetpub\newwwwroot\ad\Default.aspx&amp;nbsp;&amp;nbsp;&amp;nbsp;
36&amp;nbsp;&amp;nbsp;&amp;nbsp; 18&amp;nbsp;&amp;nbsp;&amp;nbsp; http://ad/&lt;br /&gt;
Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; Element 'CategoryBrowse' is
not a known element. This can occur if there is a compilation error in
the Web site.&amp;nbsp;&amp;nbsp;&amp;nbsp;
C:\Inetpub\newwwwroot\ad\Default.aspx&amp;nbsp;&amp;nbsp;&amp;nbsp;
48&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&amp;nbsp;&amp;nbsp;&amp;nbsp; http://ad/&lt;br /&gt;
on lines:&lt;br /&gt;
&amp;lt;%@ Register TagPrefix="uc1" TagName="FeaturedAd" Src="Controls/FeaturedAd.ascx" %&amp;gt;&lt;br /&gt;
&amp;lt;%@ Register TagPrefix="uc1" TagName="CategoryBrowse" Src="Controls/CategoryBrowse.ascx" %&amp;gt;&lt;br /&gt;
What can i do to correct these? i found a post talking about this ProfileCommon problem:&lt;br /&gt;
http://forums.asp.net/1141608/ShowPost.aspx&lt;br /&gt;
but i dont really know what they are talking about, because i am not
trying to do any of those things, so can anyone please tell me how i
can fix this problem? &lt;br /&gt;
&lt;br /&gt;
Thanks in advance!&lt;br /&gt;
-yue&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>500 INTERNAL SERVER ERROR please help</title><link>http://forums.asp.net/thread/3479956.aspx</link><pubDate>Tue, 27 Oct 2009 16:50:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3479956</guid><dc:creator>damien56172</dc:creator><author>damien56172</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/3479956.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3479956</wfw:commentRss><description>&lt;p&gt;Hello everyone I had&amp;nbsp;my site running before . I did not pay hosting for a month and now I have to&amp;nbsp;upload all my files and set the two databases up again , witch I just did. I now am getting this error.&lt;/p&gt;
&lt;p&gt;500 INTERNAL SERVER ERROR&lt;/p&gt;
&lt;p&gt;How do I fix this issue.&lt;/p&gt;
&lt;p&gt;Here is how my web config file looks like :&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;location path=&amp;quot;Admin&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;allow roles=&amp;quot;Administrators&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;deny users=&amp;quot;*&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/location&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;location path=&amp;quot;PostAd.aspx&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;deny users=&amp;quot;?&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/location&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;location path=&amp;quot;EditPhotos.aspx&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;deny users=&amp;quot;?&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/location&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;location path=&amp;quot;MyAds.aspx&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;deny users=&amp;quot;?&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/location&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;location path=&amp;quot;MyProfile.aspx&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;deny users=&amp;quot;?&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/authorization&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/location&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;customErrors defaultRedirect=&amp;quot;Error.aspx&amp;quot; mode=&amp;quot;RemoteOnly&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;authentication mode=&amp;quot;Forms&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!--&amp;lt;identity impersonate=&amp;quot;true&amp;quot;/&amp;gt;--&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;compilation debug=&amp;quot;true&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;pages styleSheetTheme=&amp;quot;Blue&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;membership defaultProvider=&amp;quot;CustomizedMembershipProvider&amp;quot; &amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;providers&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;CustomizedMembershipProvider&amp;quot;&lt;/p&gt;
&lt;p&gt;type=&amp;quot;System.Web.Security.SqlMembershipProvider&amp;quot;&lt;/p&gt;
&lt;p&gt;connectionStringName=&amp;quot;LocalSqlServer&amp;quot;&lt;/p&gt;
&lt;p&gt;enablePasswordRetrieval=&amp;quot;false&amp;quot;&lt;/p&gt;
&lt;p&gt;enablePasswordReset=&amp;quot;true&amp;quot;&lt;/p&gt;
&lt;p&gt;requiresQuestionAndAnswer=&amp;quot;true&amp;quot;&lt;/p&gt;
&lt;p&gt;applicationName=&amp;quot;/main&amp;quot;&lt;/p&gt;
&lt;p&gt;requiresUniqueEmail=&amp;quot;true&amp;quot;&lt;/p&gt;
&lt;p&gt;passwordFormat=&amp;quot;Hashed&amp;quot;&lt;/p&gt;
&lt;p&gt;maxInvalidPasswordAttempts=&amp;quot;5&amp;quot; minRequiredPasswordLength=&amp;quot;7&amp;quot;&lt;/p&gt;
&lt;p&gt;minRequiredNonalphanumericCharacters=&amp;quot;0&amp;quot; passwordAttemptWindow=&amp;quot;10&amp;quot;&lt;/p&gt;
&lt;p&gt;passwordStrengthRegularExpression=&amp;quot;&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/providers&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/membership&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;profile enabled=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;properties&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;FirstName&amp;quot; type=&amp;quot;System.String&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;LastName&amp;quot; type=&amp;quot;System.String&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;MemberId&amp;quot; defaultValue=&amp;quot;0&amp;quot; type=&amp;quot;System.Int32&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;group name=&amp;quot;Core&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/properties&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/profile&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;roleManager enabled=&amp;quot;true&amp;quot; defaultProvider=&amp;quot;CustomizedRoleProvider&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;providers&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;CustomizedRoleProvider&amp;quot;&lt;/p&gt;
&lt;p&gt;type=&amp;quot;System.Web.Security.SqlRoleProvider&amp;quot;&lt;/p&gt;
&lt;p&gt;connectionStringName=&amp;quot;LocalSqlServer&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/providers&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/roleManager&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;siteMap defaultProvider=&amp;quot;RoleEnabled_AspNetXmlSiteMapProvider&amp;quot; enabled=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;providers&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;clear/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;RoleEnabled_AspNetXmlSiteMapProvider&amp;quot; type=&amp;quot;System.Web.XmlSiteMapProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;quot; siteMapFile=&amp;quot;web.sitemap&amp;quot; securityTrimmingEnabled=&amp;quot;true&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/providers&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/siteMap&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;connectionStrings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;classifiedsConnection&amp;quot; connectionString=&amp;quot;Data Source=apost.db.5141878.hostedresource.com; Initial Catalog=apost;&amp;nbsp; uid=apost; Pwd=&lt;strong&gt;xxxxx&lt;/strong&gt;;&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;remove name=&amp;quot;LocalSqlServer&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;LocalSqlServer&amp;quot; connectionString=&amp;quot;Data Source=bpost.db.5141878.hostedresource.com; Initial Catalog=bpost; uid=bpost; Pwd=&lt;strong&gt;xxxxx&lt;/strong&gt;;&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/connectionStrings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;!--&amp;lt;system.net&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;mailSettings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;smtp&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;network host=&amp;quot;yourSMTPhostname&amp;quot; port=&amp;quot;25&amp;quot; defaultCredentials=&amp;quot;true&amp;quot; userName=&amp;quot;enterUserNameHereIfRequired&amp;quot; password=&amp;quot;enterPasswordIfRequired&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/smtp&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/mailSettings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/system.net&amp;gt;--&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Please Post all the bugs here...</title><link>http://forums.asp.net/thread/1264990.aspx</link><pubDate>Sat, 22 Apr 2006 04:06:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1264990</guid><dc:creator>paggy4u</dc:creator><author>paggy4u</author><slash:comments>124</slash:comments><comments>http://forums.asp.net/thread/1264990.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1264990</wfw:commentRss><description>&lt;b&gt;&lt;font face=Arial color=#ffa500 size=5&gt;PLEASE POST ALL THE BUGS HERE ONLY.&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hello,&lt;br /&gt;&lt;br /&gt;I have noticed few bugs and few other members have also informed few bugs in the classified starter Kit.&lt;br /&gt;&lt;br /&gt;Rather than each member posting same bugs again and again in different threads, getting them spreaded with less details and information, i welcome all members&amp;nbsp; to post the bugs here founded in starterkit. &lt;font color=#a52a2a&gt;&lt;b&gt;This will prevent duplication of bugs as well as a single thread to be noticed/rectified by the developers of starterkit.&lt;/b&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;Please support and post the bugs founded in this thread only.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Paggy4u&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Replicate Locationdropdown .ascx control</title><link>http://forums.asp.net/thread/3482285.aspx</link><pubDate>Wed, 28 Oct 2009 19:13:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3482285</guid><dc:creator>manorfarm</dc:creator><author>manorfarm</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3482285.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3482285</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I want to add another control exactly like the location control which will eventually be included in the postad page&lt;/p&gt;
&lt;p&gt;Before I start has anyone tried this&amp;nbsp;and were there any problems&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>How do you configure AdType ?</title><link>http://forums.asp.net/thread/3482156.aspx</link><pubDate>Wed, 28 Oct 2009 17:58:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3482156</guid><dc:creator>damien56172</dc:creator><author>damien56172</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3482156.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3482156</wfw:commentRss><description>&lt;p&gt;To change the &lt;strong&gt;Adtype in The BLL DIRECTORY Ads.vb&amp;nbsp; From &amp;quot;ForSale&amp;quot; To &amp;quot;Services&amp;quot;&lt;/strong&gt; What changes must be made ? What other files must I make changes to ?&amp;nbsp; I tried changing it on the ADS.VB but once I did, I got &lt;strong&gt;Runtime Error .&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your help ?&lt;/p&gt;</description></item><item><title>Relisting an ad displays the 'price' to 4 decimal places?</title><link>http://forums.asp.net/thread/3478095.aspx</link><pubDate>Mon, 26 Oct 2009 21:11:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3478095</guid><dc:creator>flostin</dc:creator><author>flostin</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/3478095.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3478095</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I notice that when&amp;nbsp;I try to relist an&amp;nbsp;&amp;#39;inactive ad&amp;#39;, from within the myads section,&amp;nbsp;the &amp;#39;postad.aspx?relistxx&amp;#39; page is diplayed&amp;nbsp;with the original price&amp;nbsp;but, to 4 decimal places and i would like only&amp;nbsp;2 decimal places. Does anyone know how to&amp;nbsp;change this? I am using the final version of classifieds.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Paypal</title><link>http://forums.asp.net/thread/3473613.aspx</link><pubDate>Fri, 23 Oct 2009 11:41:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3473613</guid><dc:creator>ONPADREISLE</dc:creator><author>ONPADREISLE</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3473613.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3473613</wfw:commentRss><description>&lt;p&gt;Has anyone integrated&amp;nbsp;Paypal&amp;nbsp;website payments&amp;nbsp;standard into either the PostAd or Register.aspx?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Problems with Advanced Search</title><link>http://forums.asp.net/thread/1794961.aspx</link><pubDate>Tue, 10 Jul 2007 04:35:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1794961</guid><dc:creator>rfurdzik</dc:creator><author>rfurdzik</author><slash:comments>8</slash:comments><comments>http://forums.asp.net/thread/1794961.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1794961</wfw:commentRss><description>&lt;p&gt;I have extended Advanced Search with the following: Country, City, State.&lt;/p&gt;
&lt;p&gt;When I click search, GetAllAdsByQuery is executed fine, however after that a second postback is generated and GetAllAdsByQuery is executed with empty parameters...&lt;/p&gt;
&lt;p&gt;Any idea why this second postback to advanced search occurs? Why GetAllAdsByQuery is called twice?&lt;/p&gt;</description></item><item><title>Why 2 databases</title><link>http://forums.asp.net/thread/3460308.aspx</link><pubDate>Thu, 15 Oct 2009 15:59:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3460308</guid><dc:creator>thedee</dc:creator><author>thedee</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3460308.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3460308</wfw:commentRss><description>&lt;p&gt;With the Classified starter kit, why is there 2 databases?&amp;nbsp; One for the classified info and another for the Profile/Member info.&amp;nbsp;&amp;nbsp; In the classifieds database there is also a members table.&amp;nbsp; Couldn&amp;#39;t you eliminate this Members table if you just combine the two databases into one?&lt;/p&gt;&lt;p&gt;I just not sure why the two databases instead of one db.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>EditAds not working compile error</title><link>http://forums.asp.net/thread/3458342.aspx</link><pubDate>Wed, 14 Oct 2009 17:09:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3458342</guid><dc:creator>redwoodbev</dc:creator><author>redwoodbev</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3458342.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3458342</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&amp;nbsp; I&amp;#39;m suddenly getting this error on EditAds.aspx.vb&amp;nbsp; From what I see in other forums I thought I might have declared something twice, but my EditAd.aspx.vb code matches the original for the kit, so I&amp;#39;m stumped.&amp;nbsp; Has anyone else come across this sort of error and maybe could point me in the right direction?&amp;nbsp; Thanks, Bev&lt;/p&gt;
&lt;h2&gt;&lt;i&gt;Compilation Error&lt;/i&gt; &lt;/h2&gt;
&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: &lt;/b&gt;An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Compiler Error Message: &lt;/b&gt;BC30554: &amp;#39;LocationDropDown_ascx&amp;#39; is ambiguous.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;&lt;pre&gt;Line 122:
Line 123:	Protected Sub ValidLocationRequired_ServerValidate(ByVal [source] As Object, ByVal args As ServerValidateEventArgs)
&lt;font color="red"&gt;Line 124:		Dim LocationDropDown As LocationDropDown_ascx = CType(AdFormView.FindControl(&amp;quot;LocationDropDown&amp;quot;), LocationDropDown_ascx)
&lt;/font&gt;Line 125:		args.IsValid = Not (LocationDropDown Is Nothing) AndAlso Not LocationDropDown.CurrentLocation.Equals(String.Empty)
Line 126:	End Sub&lt;/pre&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;b&gt;Source File:&lt;/b&gt; d:\hosting\rporter\ditAd.aspx.vb &amp;nbsp;&amp;nbsp; &lt;b&gt;Line:&lt;/b&gt; 124 &lt;/font&gt;&lt;/p&gt;</description></item><item><title>Classified Site Starter Kit Code</title><link>http://forums.asp.net/thread/3455769.aspx</link><pubDate>Tue, 13 Oct 2009 13:00:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3455769</guid><dc:creator>trivium</dc:creator><author>trivium</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3455769.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3455769</wfw:commentRss><description>&lt;p&gt;Can someone tell me where I can get the latest source code? The listed one still showing as beta.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If someone has it please let me know&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;</description></item><item><title>Hooking an Image Button into the ValidateUserFormInformation Event</title><link>http://forums.asp.net/thread/2585036.aspx</link><pubDate>Thu, 28 Aug 2008 01:47:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2585036</guid><dc:creator>drdexter33</dc:creator><author>drdexter33</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/2585036.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2585036</wfw:commentRss><description>&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;This event is&amp;nbsp;hooked into the Submit Button&amp;nbsp;&lt;/p&gt;
&lt;p&gt;private&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;font size="2"&gt; ValidateUserFormInformation(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;object&lt;/font&gt;&lt;font size="2"&gt; sender, &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;CreateUserErrorEventArgs&lt;/font&gt;&lt;font size="2"&gt; e)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;{}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Say I add a control like this to the markup:&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;input&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;type&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;image&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;&amp;nbsp; &lt;/font&gt;&lt;/p&gt;&lt;font color="#ff0000" size="2"&gt;src&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;border&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;0&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;name&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;submit&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;id&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;submit&amp;quot;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;alt&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;PayPal - The safer, easier way to pay online!&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;onclick&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;btnSubmit&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;onserverclick&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;submit_ServerClick&amp;quot;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font size="2"&gt;How can I hook this button into the ValidateUserFormInformation event and validate the form?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Doug&lt;/p&gt;</description></item><item><title>Asp.Net MVC with Classifieds.</title><link>http://forums.asp.net/thread/2489511.aspx</link><pubDate>Tue, 15 Jul 2008 05:07:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2489511</guid><dc:creator>paggy4u</dc:creator><author>paggy4u</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2489511.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=2489511</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;br /&gt;&lt;br /&gt;Just wanted to confirm, if anyone has started working on Classifieds with Asp.Net MVC framework.&lt;br /&gt;&lt;br /&gt;I would like to contribute for the same and extend it further.&lt;/p&gt;&lt;p&gt;Thanks &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Updated Classifieds Code?</title><link>http://forums.asp.net/thread/3439199.aspx</link><pubDate>Sun, 04 Oct 2009 02:33:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3439199</guid><dc:creator>MT7</dc:creator><author>MT7</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3439199.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3439199</wfw:commentRss><description>&lt;p&gt;Good Day&lt;/p&gt;
&lt;p&gt;Is the code updated for bug fixes and enhancements? What about supporting new versions of ASP.NET?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Dave&amp;nbsp;&lt;/p&gt;</description></item><item><title>namespace </title><link>http://forums.asp.net/thread/3433410.aspx</link><pubDate>Wed, 30 Sep 2009 13:24:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3433410</guid><dc:creator>sanisu</dc:creator><author>sanisu</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3433410.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3433410</wfw:commentRss><description>&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;nbsp;i downloaded the c# version of &amp;nbsp;classifieds startedkit &lt;/p&gt;
&lt;p&gt;&amp;nbsp;in BLL folder every c sharp file contains &lt;/p&gt;
&lt;p&gt;namespace&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;AspNet.StarterKits.Classifieds.BusinessLogicLayer&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;but where is the&amp;nbsp; AspNet&amp;nbsp; namespace created &lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title> Error101	Failed to generate code. Exception of type 'System.Data.Design.InternalException' was thrown.	</title><link>http://forums.asp.net/thread/1352477.aspx</link><pubDate>Wed, 26 Jul 2006 23:57:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1352477</guid><dc:creator>nfs007</dc:creator><author>nfs007</author><slash:comments>8</slash:comments><comments>http://forums.asp.net/thread/1352477.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=1352477</wfw:commentRss><description>&lt;p&gt;I made some changes to the Ads.xsd, and get the following error:&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;101&amp;nbsp;Failed to generate code. Exception of type 'System.Data.Design.InternalException' was thrown.&amp;nbsp;C:\Documents and Settings\ali\My Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer\Classifieds1\App_Code\DAL\Ads.xsd&amp;nbsp;1&amp;nbsp;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;</description></item></channel></rss>