<?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>Fri, 20 Apr 2012 19:07:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Find missing record using query</title>
		<link>http://www.iowawebnet.com/ein/2012/04/find-missing-record-using-query/</link>
		<comments>http://www.iowawebnet.com/ein/2012/04/find-missing-record-using-query/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 19:07:08 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[missing record]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=2029</guid>
		<description><![CDATA[After running the query to update table records the record(s) is missing. Run this query to find the missing record. SELECT Table1.column FROM Table1 LEFT JOIN Table2 ON Table1.column = Table2.Column WHERE Table2.column is NULL; * Replace Table1 and *2 with your table names]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/04/find-missing-record-using-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET &#8211; Login form &#8211; create user session</title>
		<link>http://www.iowawebnet.com/ein/2012/03/vb-net-login-form-create-user-session/</link>
		<comments>http://www.iowawebnet.com/ein/2012/03/vb-net-login-form-create-user-session/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 19:12:12 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1990</guid>
		<description><![CDATA[This post will guide you through designing the login form with SQL backend and creating a user session. Learn more about new promotions! login.aspx login.aspx (markup code) &#60;%@ Page Title="" Language="VB" MasterPageFile="~/Default.Master" AutoEventWireup="false" CodeFile="login.aspx.vb" Inherits="_login" %> &#60;asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"> &#60;/asp:Content> &#60;asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent" > &#60;table border="0" cellpadding="1" cellspacing="0"> &#60;tr> &#60;td colspan="2">Login:&#60;/td> &#60;/tr> &#60;tr> [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/03/vb-net-login-form-create-user-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET &#8211; End user session</title>
		<link>http://www.iowawebnet.com/ein/2012/03/vb-net-end-user-session/</link>
		<comments>http://www.iowawebnet.com/ein/2012/03/vb-net-end-user-session/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 15:17:24 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[secuirty]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1969</guid>
		<description><![CDATA[To end user session and disable user from using a back button to go back to secure page, you need two pages i simply named killsession.aspx and logout.aspx. I will explain both pages with code behind and markup code. killsession.aspx killsession.aspx (markup code) &#60; !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> &#60;html xmlns="http://www.w3.org/1999/xhtml"> &#60;head [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/03/vb-net-end-user-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET &#8211; passing string value from code behind to markup on the page</title>
		<link>http://www.iowawebnet.com/ein/2012/03/vb-net-passing-string-value-from-code-behind-to-markup-on-the-page/</link>
		<comments>http://www.iowawebnet.com/ein/2012/03/vb-net-passing-string-value-from-code-behind-to-markup-on-the-page/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 16:09:55 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1957</guid>
		<description><![CDATA[Solution 1 Protected doit As String = "Hello" (in .vb file) < %=Me.doit%> (inside the markup) Solution 2 'automatic properties Protected Property doit2 As String = "Hello" (in .vb file) < %=doit2%> (inside the markup) 'no automatic properties Private _doit3 As String (in .vb file) Protected Property doit3 As String Get Return _doit3 End Get [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/03/vb-net-passing-string-value-from-code-behind-to-markup-on-the-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error &#8211; The &#8216;Microsoft.ACE.OLEDB.12.0&#8242; provider is not registered on the local machine.</title>
		<link>http://www.iowawebnet.com/ein/2012/02/error-the-microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine/</link>
		<comments>http://www.iowawebnet.com/ein/2012/02/error-the-microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 19:31:16 +0000</pubDate>
		<dc:creator>MikeJD</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[application error]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[system error]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1951</guid>
		<description><![CDATA[Applies to: Microsoft Access Database Engine 2010 Redistributable This download will install a set of components that can be used to facilitate transfer of data between 2010 Microsoft Office System files and non-Microsoft Office applications. Overview This download will install a set of components that facilitate the transfer of data between existing Microsoft Office files [...]]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/02/error-the-microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete confirm message &#8211; VB.NET</title>
		<link>http://www.iowawebnet.com/ein/2012/02/delete-confirm-message-vb-net/</link>
		<comments>http://www.iowawebnet.com/ein/2012/02/delete-confirm-message-vb-net/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 22:20:16 +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[Validation Controls]]></category>
		<category><![CDATA[Gridview]]></category>
		<category><![CDATA[Record update]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.iowawebnet.com/ein/?p=1946</guid>
		<description><![CDATA[Delete confirm message when deleting record in GridView &#60;asp:TemplateField> &#60;ItemTemplate> &#60;asp:LinkButton ID="LinkButton1" Runat="server" OnClientClick="return confirm('Are you sure you want to delete this record?');" CommandName="Delete">Delete &#60;/ItemTemplate> &#60;/asp:TemplateField>]]></description>
		<wfw:commentRss>http://www.iowawebnet.com/ein/2012/02/delete-confirm-message-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

