Archive for October, 2007

Oct 31

<asp:DropDownList id=”State” runat=”server”>
<asp:ListItem Value=”AL”>Alabama</asp:ListItem>
<asp:ListItem Value=”AA”>Armed Forces the Americas</asp:ListItem>
<asp:ListItem Value=”AE”>Armed Forces Europe</asp:ListItem>
<asp:ListItem Value=”AP”>Armed Forces Pacific</asp:ListItem>

Oct 31

Code Snipet: ASP.NET 50′ish States DropdownList ( asp:DropDownList / asp:ListItem )

Wednesday, October 31st, 2007 | posted by: Kevin Grohoske

<asp:DropDownList id=”State” runat=”server”>
<asp:ListItem Value=”AL”>Alabama</asp:ListItem>
<asp:ListItem Value=”AK”>Alaska</asp:ListItem>
<asp:ListItem Value=”AZ”>Arizona</asp:ListItem>
<asp:ListItem Value=”AR”>Arkansas</asp:ListItem>
<asp:ListItem Value=”CA”>California</asp:ListItem>

Oct 4

System.BadImageFormatException When Using InstalUtil

Thursday, October 4th, 2007 | posted by: Kevin Grohoske

Quick Tip:
If you get a System.BadImageFormatException when trying to install a Windows Service with the InstalUtil.exe utility. Make sure you are not accidentally using the VS 2003 or older version of the Command Prompt.