Advertisement
Advertisement
| 04.17.2008 at 06:38AM PDT, ID: 23330768 |
|
[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: |
<form id="frmRoofSys01" name='frmRoofSys01' method='POST' action="" runat='server'>
<asp:DropDownList ID="RoofAccess" runat="server">
<asp:ListItem value="No Selection Made">Select Roof Access</asp:ListItem>
<asp:ListItem value="Ladder-On Site">Ladder-On Site</asp:ListItem>
<asp:ListItem value="Ladder Required">Ladder Required</asp:ListItem>
<asp:ListItem value="Roof Hatch">Roof Hatch</asp:ListItem>
<asp:ListItem value="Other">Other</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="RoofSlope" runat="server">
<asp:ListItem value="No Selection Made">Select Roof Slope</asp:ListItem>
<asp:ListItem value="0">0"</asp:ListItem>
<asp:ListItem value="1/8">1/8"</asp:ListItem>
<asp:ListItem value="1/4">1/4"</asp:ListItem>
<asp:ListItem value="1/2">1/2"</asp:ListItem>
<asp:ListItem value="3/4">3/4"</asp:ListItem>
<asp:ListItem value="1">1"</asp:ListItem>
<asp:ListItem value="1-1/4">1-1/4"</asp:ListItem>
<asp:ListItem value="1-1/2">1-1/2"</asp:ListItem>
<asp:ListItem value="1-3/4">1-3/4"</asp:ListItem>
<asp:ListItem value="2">2"</asp:ListItem>
<asp:ListItem value=">2">>2"</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="RoofDeckType" runat="server" AutoPostBack="true" >
<asp:ListItem Value="No Selection Made" Selected="selected">Select Roof Deck Type </asp:ListItem>
<asp:ListItem Value="Metal">Metal </asp:ListItem>
<asp:ListItem Value="Wood Plank">Wood Plank </asp:ListItem>
<asp:ListItem Value="Structural Concrete">Structural Concrete </asp:ListItem>
<asp:ListItem Value="Plywood">Plywood </asp:ListItem>
<asp:ListItem Value="Oriented Strand Board">Oriented Strand Board </asp:ListItem>
<asp:ListItem Value="Gypsum">Gypsum </asp:ListItem>
<asp:ListItem Value="Tectum">Tectum </asp:ListItem>
<asp:ListItem Value="Light-Weight Insulating Concrete over Steel Deck">Light-Weight Insulating Concrete over Steel Deck</asp:ListItem>
<asp:ListItem Value="Light-Weight Insulating Concrete over Concrete Deck">Light-Weight Insulating Concrete over Concrete Deck</asp:ListItem>
<asp:ListItem Value="Other">Other </asp:ListItem>
<asp:ListItem Value="N/A">N/A </asp:ListItem>
</asp:DropDownList></td>
<asp:DropDownList ID="RoofDeckThickness" DataSource="<%# dsRoofDeckThickness.DefaultView %>" DataTextField="RoofDeckThickness" DataValueField="RoofDeckThickness" runat="server"></asp:DropDownList>
<asp:Button ID="Continue" Text="Continue" runat="server" />
<input type="hidden" name="MM_update" value="frmRoofSys01" />
</form>
|