Advertisement
Advertisement
| 08.21.2008 at 08:06AM PDT, ID: 23667069 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 242: 243: 244: 245: 246: 247: 248: 249: 250: 251: 252: 253: 254: 255: 256: 257: 258: 259: 260: 261: 262: 263: 264: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Page Language="C#" %>
<script runat="server">
protected void FormView_ItemInserting(object sender, System.Web.UI.WebControls.FormViewInsertEventArgs e) {
e.Values["County_Main"] = ((DropDownList)(InputForm.FindControl("ddlCounty"))).SelectedValue;
}
</script>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
<title>Submission Form</title>
<style type="text/css">
.style1 {
font-size: xx-large;
text-align: center;
}
.style2 {
font-size: medium;
text-align: center;
}
</style>
</head>
<body bgcolor="gray">
<p class="style1">LAND ANALYSIS DATABSE SUBMISSION FORM</p>
<p class="style2"><a href="DatabaseResults.aspx">RESULTS</a></p>
<form id="form1" runat="server" style="border-style: groove; border-width: medium; z-index: auto; width: 1205px; height: 869px; position: relative; top: 15px; left: -3px">
<div>
<asp:FormView id="InputForm" runat="server" AllowPaging="True" CellPadding="4" DataKeyNames="ID" DataSourceID="AccessDataSource1" DefaultMode="Insert" ForeColor="#333333" Width="361px" BorderStyle="Groove" HorizontalAlign="Center">
<FooterStyle BackColor="#5D7B9D" ForeColor="White" Font-Bold="True" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<EditItemTemplate>
ID:
<asp:label id="IDLabel1" runat="server" Text='<%# Eval("ID") %>' />
<br />
Rank:
<asp:textbox id="RankTextBox" runat="server" Text='<%# Bind("Rank") %>' />
<br />
Mapper:
<asp:textbox id="MapperTextBox" runat="server" Text='<%# Bind("Mapper") %>' />
<br />
State:
<asp:textbox id="StateTextBox" runat="server" Text='<%# Bind("State") %>' />
<br />
County:
<asp:textbox id="CountyTextBox" runat="server" Text='<%# Bind("County") %>' />
<br />
GIS_Ref:
<asp:textbox id="GIS_RefTextBox" runat="server" Text='<%# Bind("GIS_Ref") %>' />
<br />
Agmnt_No:
<asp:textbox id="Agmnt_NoTextBox" runat="server" Text='<%# Bind("Agmnt_No") %>' />
<br />
Tract_Nos:
<asp:textbox id="Tract_NosTextBox" runat="server" Text='<%# Bind("Tract_Nos") %>' />
<br />
Control_Stmnt:
<asp:textbox id="Control_StmntTextBox" runat="server" Text='<%# Bind("Control_Stmnt") %>' />
<br />
Problem:
<asp:textbox id="ProblemTextBox" runat="server" Text='<%# Bind("Problem") %>' />
<br />
Resolution:
<asp:textbox id="ResolutionTextBox" runat="server" Text='<%# Bind("Resolution") %>' />
<br />
Date_Ini:
<asp:textbox id="Date_IniTextBox" runat="server" Text='<%# Bind("Date_Ini") %>' />
<br />
Date_Resolved:
<asp:textbox id="Date_ResolvedTextBox" runat="server" Text='<%# Bind("Date_Resolved") %>' />
<br />
Date_update:
<asp:textbox id="Date_updateTextBox" runat="server" Text='<%# Bind("Date_update") %>' />
<br />
<asp:linkbutton id="UpdateButton" runat="server" CausesValidation="True" CommandName="Update" Text="Update" />
<asp:linkbutton id="UpdateCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
</EditItemTemplate>
<InsertItemTemplate>
<strong>Rank (Importance):</strong>
<asp:dropdownlist id="ddlRank" runat="server" DataSourceID="AccessDataSource2" DataTextField="Rank" DataValueField="Rank" SelectedValue='<%# Bind("Rank_Main") %>'>
</asp:dropdownlist>
<asp:accessdatasource ID="AccessDataSource2" runat="server" DataFile="../fpdb/LADbase.mdb" SelectCommand="SELECT [Rank] FROM [Rank]">
</asp:accessdatasource>
<br />
<br />
<strong>GIS Mapper (Initials):</strong>
<asp:dropdownlist id="ddlMapper" runat="server" DataSourceID="AccessDataSource3" DataTextField="Mapper" DataValueField="Mapper" SelectedValue='<%# Bind("Mapper_Main") %>'>
</asp:dropdownlist>
<asp:accessdatasource ID="AccessDataSource3" runat="server" DataFile="../fpdb/LADbase.mdb" SelectCommand="SELECT [Mapper] FROM [Mapper]">
</asp:accessdatasource>
<br />
<br />
<strong>State:</strong>
<asp:dropdownlist id="ddlState" runat="server"
AutoPostBack="True"
DataSourceID="AccessDataSource4"
DataTextField="State"
DataValueField="State"
SelectedValue='<%# Bind("State_Main") %>'>
</asp:dropdownlist>
<asp:accessdatasource ID="AccessDataSource4" runat="server"
DataFile="../fpdb/LADbase.mdb"
SelectCommand="SELECT [State] FROM [State]">
</asp:accessdatasource>
<br />
<br />
<strong>County:</strong>
<asp:dropdownlist id="ddlCounty" runat="server"
AutoPostBack="True"
DataSourceID="AccessDataSource5"
DataTextField="C_Name"
DataValueField="C_Name">
</asp:dropdownlist>
<asp:accessdatasource ID="AccessDataSource5" runat="server"
DataFile="../fpdb/LADbase.mdb"
SelectCommand="SELECT [C_Name] FROM [COUNTIES] WHERE [State] = @State ">
<SelectParameters>
<asp:ControlParameter ControlID="ddlState" Name="State"
PropertyName="SelectedValue" Type="string"
/>
</SelectParameters>
</asp:accessdatasource>
<br />
<br />
<strong>GIS Reference:</strong>
<asp:textbox id="GIS_RefTextBox" runat="server" Text='<%# Bind("GIS_Ref") %>' />
<br />
<br />
<strong>Agreement Number:</strong>
<asp:textbox id="Agmnt_NoTextBox" runat="server" Text='<%# Bind("Agmnt_No") %>' />
<br />
<br />
<strong>Tract Numbers:</strong>
<asp:textbox id="Tract_NosTextBox" runat="server" Text='<%# Bind("Tract_Nos") %>' />
<br />
<br />
<strong>Control Statement:</strong>
<asp:textbox id="Control_StmntTextBox" runat="server" Text='<%# Bind("Control_Stmnt") %>' />
<br />
<br />
<strong>Problem:<br />
</strong> <asp:textbox id="ProblemTextBox" runat="server" Text='<%# Bind("Problem") %>' Height="116px" TextMode="MultiLine" Width="400px" />
<br />
<br />
<strong>Resolution:<br />
</strong> <asp:textbox id="ResolutionTextBox" runat="server" Text='<%# Bind("Resolution") %>' Height="116px" TextMode="MultiLine" Width="400px" />
<br />
<br />
<strong>Date Problem Initiated:</strong>
<asp:textbox id="Date_IniTextBox" runat="server" Text='<%# Bind("Date_Ini") %>' />
<br />
<br />
<strong>Date Problem Resolved:</strong>
<asp:textbox id="Date_ResolvedTextBox" runat="server" Text='<%# Bind("Date_Resolved") %>' />
<br />
<br />
<strong>Date Map Updated:</strong>
<asp:textbox id="Date_updateTextBox" runat="server" Text='<%# Bind("Date_update") %>' />
<br />
<br />
<asp:button id="InsertButton" runat="server" CommandName="Insert" Text="Insert" />
<asp:button id="InsertCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
</InsertItemTemplate>
<ItemTemplate>
ID:
<asp:label id="IDLabel" runat="server" Text='<%# Eval("ID") %>' />
<br />
Rank:
<asp:label id="RankLabel" runat="server" Text='<%# Bind("Rank") %>' />
<br />
Mapper:
<asp:label id="MapperLabel" runat="server" Text='<%# Bind("Mapper") %>' />
<br />
State:
<asp:label id="StateLabel" runat="server" Text='<%# Bind("State") %>' />
<br />
County:
<asp:label id="CountyLabel" runat="server" Text='<%# Bind("County") %>' />
<br />
GIS_Ref:
<asp:label id="GIS_RefLabel" runat="server" Text='<%# Bind("GIS_Ref") %>' />
<br />
Agmnt_No:
<asp:label id="Agmnt_NoLabel" runat="server" Text='<%# Bind("Agmnt_No") %>' />
<br />
Tract_Nos:
<asp:label id="Tract_NosLabel" runat="server" Text='<%# Bind("Tract_Nos") %>' />
<br />
Control_Stmnt:
<asp:label id="Control_StmntLabel" runat="server" Text='<%# Bind("Control_Stmnt") %>' />
<br />
Problem:
<asp:label id="ProblemLabel" runat="server" Text='<%# Bind("Problem") %>' />
<br />
Resolution:
<asp:label id="ResolutionLabel" runat="server" Text='<%# Bind("Resolution") %>' />
<br />
Date_Ini:
<asp:label id="Date_IniLabel" runat="server" Text='<%# Bind("Date_Ini") %>' />
<br />
Date_Resolved:
<asp:label id="Date_ResolvedLabel" runat="server" Text='<%# Bind("Date_Resolved") %>' />
<br />
Date_update:
<asp:label id="Date_updateLabel" runat="server" Text='<%# Bind("Date_update") %>' />
<br />
<asp:linkbutton id="EditButton" runat="server" CausesValidation="False" CommandName="Edit" Text="Edit" />
<asp:linkbutton id="DeleteButton" runat="server" CausesValidation="False" CommandName="Delete" Text="Delete" />
<asp:linkbutton id="NewButton" runat="server" CausesValidation="False" CommandName="New" Text="New" />
</ItemTemplate>
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<EditRowStyle BackColor="#999999" />
</asp:FormView>
</div>
<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="../fpdb/LADbase.mdb" DeleteCommand="DELETE FROM [MainLATable] WHERE [ID] = ?" InsertCommand="INSERT INTO [MainLATable] ([Rank], [Mapper], [State], [County], [GIS_Ref], [Agmnt_No], [Tract_Nos], [Control_Stmnt], [Problem], [Resolution], [Date_Ini], [Date_Resolved], [Date_update]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" OldValuesParameterFormatString="original_{0}" SelectCommand="SELECT * FROM [MainLATable]" UpdateCommand="UPDATE [MainLATable] SET [Rank] = ?, [Mapper] = ?, [State] = ?, [County] = ?, [GIS_Ref] = ?, [Agmnt_No] = ?, [Tract_Nos] = ?, [Control_Stmnt] = ?, [Problem] = ?, [Resolution] = ?, [Date_Ini] = ?, [Date_Resolved] = ?, [Date_update] = ? WHERE [ID] = ?">
<DeleteParameters>
<asp:parameter Name="original_ID" Type="Int32" />
</DeleteParameters>
<UpdateParameters>
<asp:parameter Name="Rank" Type="String" />
<asp:parameter Name="Mapper" Type="String" />
<asp:parameter Name="State" Type="String" />
<asp:parameter Name="County" Type="String" />
<asp:parameter Name="GIS_Ref" Type="String" />
<asp:parameter Name="Agmnt_No" Type="String" />
<asp:parameter Name="Tract_Nos" Type="String" />
<asp:parameter Name="Control_Stmnt" Type="String" />
<asp:parameter Name="Problem" Type="String" />
<asp:parameter Name="Resolution" Type="String" />
<asp:parameter Name="Date_Ini" Type="String" />
<asp:parameter Name="Date_Resolved" Type="String" />
<asp:parameter Name="Date_update" Type="String" />
<asp:parameter Name="original_ID" Type="Int32" />
</UpdateParameters>
<InsertParameters>
<asp:parameter Name="Rank" Type="String" />
<asp:parameter Name="Mapper" Type="String" />
<asp:parameter Name="State" Type="String" />
<asp:parameter Name="County" Type="String" />
<asp:parameter Name="GIS_Ref" Type="String" />
<asp:parameter Name="Agmnt_No" Type="String" />
<asp:parameter Name="Tract_Nos" Type="String" />
<asp:parameter Name="Control_Stmnt" Type="String" />
<asp:parameter Name="Problem" Type="String" />
<asp:parameter Name="Resolution" Type="String" />
<asp:parameter Name="Date_Ini" Type="String" />
<asp:parameter Name="Date_Resolved" Type="String" />
<asp:parameter Name="Date_update" Type="String" />
</InsertParameters>
</asp:AccessDataSource>
</form>
</body>
</html>
|