<?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>TheBeerHouse Starter Kit</title><link>http://forums.asp.net/1115.aspx</link><description>Discussions about TheBeerHouse Starter Kit for ASP.NET 2.0</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: added dropdown list item to contact mail</title><link>http://forums.asp.net/thread/3184094.aspx</link><pubDate>Sun, 24 May 2009 15:03:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3184094</guid><dc:creator>RaeKC</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3184094.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1115&amp;PostID=3184094</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thanks so much!&lt;img src="http://forums.asp.net/emoticons/emotion-21.gif" alt="Yes" /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Rachel &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: added dropdown list item to contact mail</title><link>http://forums.asp.net/thread/3183473.aspx</link><pubDate>Sun, 24 May 2009 02:46:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3183473</guid><dc:creator>Lee Dumond</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3183473.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1115&amp;PostID=3183473</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;MailMessage msg = &lt;span class="kwd"&gt;new&lt;/span&gt; MailMessage();
msg.IsBodyHtml = &lt;span class="kwd"&gt;false&lt;/span&gt;;
msg.From = &lt;span class="kwd"&gt;new&lt;/span&gt; MailAddress(txtEmail.Text, txtName.Text);
msg.To.Add(&lt;span class="kwd"&gt;new&lt;/span&gt; MailAddress(Globals.Settings.ContactForm.MailTo));
&lt;span class="kwd"&gt;if&lt;/span&gt; (!&lt;span class="kwd"&gt;string&lt;/span&gt;.IsNullOrEmpty(Globals.Settings.ContactForm.MailCC))
   msg.CC.Add(&lt;span class="kwd"&gt;new&lt;/span&gt; MailAddress(Globals.Settings.ContactForm.MailCC));
&lt;strong&gt;msg.Subject = myDropDownList.SelectedItem.Text;  // this line changed&lt;/strong&gt; 
msg.Body = txtBody.Text;&lt;/pre&gt;&amp;nbsp;</description></item><item><title>added dropdown list item to contact mail</title><link>http://forums.asp.net/thread/3183393.aspx</link><pubDate>Sun, 24 May 2009 00:33:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3183393</guid><dc:creator>RaeKC</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3183393.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1115&amp;PostID=3183393</wfw:commentRss><description>&lt;p&gt;Hi:&lt;br /&gt;I added a drop down list to my &lt;b&gt;contact form&lt;/b&gt; with various subjects for the user to pick when sending the contact form, and if none apply, it has an &amp;quot;other&amp;quot; choice in bottom of list.&lt;/p&gt;&lt;p&gt;It doesn&amp;#39;t show up in the emails I&amp;#39;m getting. Looking over the contact form and the webconfig file, I couldn&amp;#39;t figure out what I needed to add / change to have the email I receive, include the drop down list choice the user picked.&lt;/p&gt;&lt;p&gt;Can any one help out as to where i need to look or help me with it if its something that has to be added?&lt;/p&gt;&lt;p&gt;RAchel &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>