<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Iowa Web Network</title>
	<atom:link href="http://www.iowawebnet.com/ein/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iowawebnet.com/ein</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 15 Feb 2012 19:36:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DefaultValue of parameter &#8211; alternative method of setting parameter&#8217;s value</title>
		<link>http://www.iowawebnet.com/ein/2012/02/defaultvalue-of-parameter-alternative-method-of-setting-parameters-value/</link>
		<comments>http://www.iowawebnet.com/ein/2012/02/defaultvalue-of-parameter-alternative-method-of-setting-parameters-value/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 19:36:15 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[default value]]></category>
		<category><![CDATA[Parameters]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1938</guid>
		<description><![CDATA[Set update parameter default value in code behind: Formview .... Meeting Time: &#60;asp:textbox ID="TimeTextBox" runat="server" Text='< %# Bind("Time") %>' /> ... &#60;updateparameters> &#60;asp:parameter Name="Time" Type="String" /> &#60;asp:parameter Name="Rid" Type="Int32" /> &#60;/updateparameters> &#60;/asp:textbox> Code behind Protected Sub MemberDetailFV_ItemUpdating(ByVal sender As Object, ByVal_ e As System.Web.UI.WebControls.FormViewUpdateEventArgs)_ Handles MemberDetailFV.ItemUpdating_ MemberDetailDS.UpdateParameters("Time").DefaultValue = Now() End Sub]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/02/defaultvalue-of-parameter-alternative-method-of-setting-parameters-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>404.2 The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server</title>
		<link>http://www.iowawebnet.com/ein/2012/02/404-2-the-page-you-are-requesting-cannot-be-served-because-of-the-isapi-and-cgi-restriction-list-settings-on-the-web-server/</link>
		<comments>http://www.iowawebnet.com/ein/2012/02/404-2-the-page-you-are-requesting-cannot-be-served-because-of-the-isapi-and-cgi-restriction-list-settings-on-the-web-server/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 14:41:34 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[system error]]></category>
		<category><![CDATA[ASP.NET v4]]></category>
		<category><![CDATA[IIS7]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1935</guid>
		<description><![CDATA[By default IIS 7 does not allow ISAPI and CGI through .Net 1.1. So if you are working with older code on IIS 7 you will need to follow these steps to resolve the issue: 1. Open IIS and click the server name 2. Double click “ISAPI and CGI Restrictions” 3. Right click ASP.NET v1.1 [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/02/404-2-the-page-you-are-requesting-cannot-be-served-because-of-the-isapi-and-cgi-restriction-list-settings-on-the-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET &#8211; Limited user (checkbox) selection</title>
		<link>http://www.iowawebnet.com/ein/2012/01/vb-net-limited-user-checkbox-selection/</link>
		<comments>http://www.iowawebnet.com/ein/2012/01/vb-net-limited-user-checkbox-selection/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 22:46:45 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Survey Form]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[checkboxlist]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1909</guid>
		<description><![CDATA[I found this script very helpful while designing surveys for my organization. This post applies to: - MS SQL server 2005+ - VB.NET - VS2010 - .NET 4.0 Framework Javascript code &#60;asp:content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server"> &#60;script type="text/javascript" language="javascript"> function CheckCheck() { var chkBoxList = document.getElementById('&#60; %=CheckBoxList1.ClientID %>'); var chkBoxCount = chkBoxList.getElementsByTagName("input"); var btn = document.getElementById('&#60; [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/01/vb-net-limited-user-checkbox-selection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET &#8211; SQL statement &#8220;LIKE&#8221;</title>
		<link>http://www.iowawebnet.com/ein/2012/01/vb-net-sql-statement-like/</link>
		<comments>http://www.iowawebnet.com/ein/2012/01/vb-net-sql-statement-like/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 22:52:08 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Form Validation]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1895</guid>
		<description><![CDATA[Input box Please enter customer first or last name: &#60;asp:RequiredFieldValidator ID="ReqSearchfor" runat="server" ErrorMessage="&#60;font color='red'>Input box can not be empty!&#60;/font>" ControlToValidate="SearchFor" > &#60;asp:TextBox ID="SearchFor" runat="server"> &#60;asp:Button ID="SearchBtn" runat="server" Text="Search" /> SQL DataSource Design &#60;asp:SqlDataSource ID="SearchResults" runat="server" ConnectionString="< %$ myConString %>" SelectCommand="SELECT * FROM [CustomerTbl] WHERE ([customer_name] LIKE '%' + @customer_name + '%')" &#60;SelectParameters> &#60;asp:ControlParameter ControlID="SearchFor" Name="customer_name" [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/01/vb-net-sql-statement-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Horizontal Navigation Menu</title>
		<link>http://www.iowawebnet.com/ein/2012/01/css-horizontal-navigation-menu/</link>
		<comments>http://www.iowawebnet.com/ein/2012/01/css-horizontal-navigation-menu/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 20:21:17 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1855</guid>
		<description><![CDATA[CSS code - horizontal navigation menu /* 'defines width, font and position */ #nav { font-family: verdana, sans-serif; position: relative; width: 100%; font-size:11px; color:#FFF; padding-top: 0px; } /* 'defines list type */ #nav ul { list-style-type: none; background-color: #000; } /* 'defines the drop-down container */ #nav ul li { float: left; position: relative; height: [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/01/css-horizontal-navigation-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drop-down onChange event</title>
		<link>http://www.iowawebnet.com/ein/2011/12/drop-down-onchange-event/</link>
		<comments>http://www.iowawebnet.com/ein/2011/12/drop-down-onchange-event/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 20:24:12 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Form Validation]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1837</guid>
		<description><![CDATA[Chose file type: &#60;select onChange="window.location=this.options[this.selectedIndex].value;"> &#60;option selected>Please select&#60;/option> &#60;option value="Music.aspx">Music Files&#60;/option> &#60;option value="Movie.aspx">Movies&#60;/option> &#60;option value="OfficeDoc.aspx#word">Word Files&#60;/option> &#60;/select> EXAMPLE: Chose file type: Please select&#8230; Music Files Movies Word Files]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2011/12/drop-down-onchange-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET &#8211; Single file upload</title>
		<link>http://www.iowawebnet.com/ein/2011/12/vb-net-single-file-upload/</link>
		<comments>http://www.iowawebnet.com/ein/2011/12/vb-net-single-file-upload/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 21:55:46 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Validation Controls]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1771</guid>
		<description><![CDATA[WUI View Home &#124; Upload File &#124; Close Window Enter requested information: Your name X File title: File category: Comedy Please select&#8230; Sci-Fi Wild West File type: DivX Video File Please select&#8230; Windows movie video Audio Video Interleave File Select a file to upload: Additional note: Designer view (expand) &#60; %@ Import Namespace="System.IO" %> &#60; [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2011/12/vb-net-single-file-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximum request length exceeded</title>
		<link>http://www.iowawebnet.com/ein/2011/12/maximum-request-length-exceeded/</link>
		<comments>http://www.iowawebnet.com/ein/2011/12/maximum-request-length-exceeded/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 20:17:15 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1764</guid>
		<description><![CDATA[Having issues uploading files? Getting message like &#8220;maximum request length exceeded?&#8221; The solution to this is simple; add the following code to your configuration file: &#60;configuration> &#60;system.web> &#60;httpRuntime maxRequestLength="35000" /> &#60;/system.web> &#60;/configuration> * set the maxRequestLength to whatever your need might be.]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2011/12/maximum-request-length-exceeded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Primary Key Constraint on alter table</title>
		<link>http://www.iowawebnet.com/ein/2011/12/sql-primary-key-constraint-on-alter-table/</link>
		<comments>http://www.iowawebnet.com/ein/2011/12/sql-primary-key-constraint-on-alter-table/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 19:42:02 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Parameters]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1750</guid>
		<description><![CDATA[- Login to your server MS SQL Management Studio Express - Expand the database; expand the tables folder, right click on the table &#8220;[your table name]&#8220;, click &#8220;Open Table.&#8221; Make sure the primary key column(s) have been declared to not contain NULL values (when the table was first created). With the open table click on [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2011/12/sql-primary-key-constraint-on-alter-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arithmetic overflow error converting expression to data type datetime</title>
		<link>http://www.iowawebnet.com/ein/2011/11/arithmetic-overflow-error-converting-expression-to-data-type-datetime/</link>
		<comments>http://www.iowawebnet.com/ein/2011/11/arithmetic-overflow-error-converting-expression-to-data-type-datetime/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 16:35:19 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[application error]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1708</guid>
		<description><![CDATA[Condition: &#60;asp:SqlDataSource ID="PolExpCurrentMo" runat="server" ConnectionString="< %$ ConnectionStrings:appConnectionString2 %>" SelectCommand="SELECT * FROM [VendorList] WHERE _([EXPIRATION_DATE] >= @EXP_BEGIN) AND ([EXPIRATION_DATE] < @EXP_END) AND _([EXPIRATION_CONTACT] = @EXPIRATION_CONTACT) ORDER BY EXPIRATION_DATE "> &#60;selectparameters> &#60;asp:parameter DefaultValue="YES" Name="EXPIRATION_CONTACT" Type="String" /> &#60;asp:parameter Name="EXP_BEGIN" Type="String"/> &#60;asp:parameter Name="EXP_END" Type="String" /> &#60;/selectparameters> Code behind default value ' *current months date parameter PolExpCurrentMo.SelectParameters("EXP_BEGIN").DefaultValue = _DateTime.Now.Month.ToString() + [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2011/11/arithmetic-overflow-error-converting-expression-to-data-type-datetime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

