Advertisement
Advertisement
| 06.26.2008 at 08:28AM PDT, ID: 23518580 |
|
[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: |
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="worksheet.aspx.cs" Inherits="worksheet" EnableSessionState="True" %>
<%@ Register Src="header.ascx" TagName="header" TagPrefix="uc1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>OHM - Revenue Projection</title>
<link href="_css/revenue.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function show_wait()
{
var img;
img = document.getElementById("img_load");
img.style.visibility = 'visible';
}
</script>
<link href="m2css/h_bonus.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; margin-left: 0px">
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<uc1:header ID="Header1" runat="server" />
<asp:Panel ID="Panel1" runat="server" Height="25px" Width="125px">
</asp:Panel>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
</td>
<td>
<asp:Label ID="lbl_thousands" runat="server" CssClass="normal_text" Font-Italic="True" ForeColor="Black"
Text="*All values must be entered in thousands of dollars."></asp:Label>
<br />
<asp:Label ID="lbl_cutoff" runat="server" ForeColor="#C00000" CssClass="normal_text" Font-Italic="true"></asp:Label><br />
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td>
</td>
<td>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" Visible="true">
<ContentTemplate>
<% if (ddl_clients.SelectedValue != "0")
{
load_state();
load_q();
}
%>
<asp:DropDownList ID="ddl_clients" runat="server" Width="456px" DataSourceID="SqlDataSource2" DataTextField="new_client" DataValueField="cli_id">
</asp:DropDownList>
<asp:Button ID="cmd_pick" runat="server" CssClass="button_body" Text="Select Client >>" OnClick="cmd_pick_Click" /></td>
<br />
<br />
<table cellpadding="0" cellspacing="1" class="normal_text" width="100%">
<tr>
<td align="left" style="width: 120px">
<asp:Label ID="lbl_add" runat="server" Font-Bold="True" Text="Add Project..."></asp:Label></td>
<td align="left" style="width: 600px">
</td>
<td>
</td>
</tr>
<tr>
<td align="left" style="width: 120px">
</td>
<td align="left" style="width: 600px">
</td>
<td>
</td>
</tr>
<tr>
<td align="right" style="width: 120px">
<asp:Label ID="lbl_project_name" runat="server" Text="Project Name:"></asp:Label></td>
<td align="left" style="width: 600px">
<asp:TextBox ID="txt_project_name" runat="server" MaxLength="100" Width="350px"></asp:TextBox>
<asp:RequiredFieldValidator ID="val_proj_name" runat="server" ControlToValidate="txt_project_name"
ErrorMessage="Project name is required!" ValidationGroup="val"></asp:RequiredFieldValidator></td>
<td>
</td>
</tr>
<tr>
<td align="right">
<asp:Label ID="lbl_project_number" runat="server" Text="Project Number:"></asp:Label></td>
<td align="left" style="width: 465px">
<asp:TextBox ID="txt_project_number" runat="server" MaxLength="10" Width="100px"></asp:TextBox>
(optional)
<asp:Button ID="cmd_add" runat="server" CssClass="button_body" OnClick="cmd_add_Click"
Text="Add Project" ValidationGroup="val" /></td>
<td>
</td>
</tr>
<tr>
<td align="left">
</td>
<td align="left" colspan="2">
<asp:Label ID="lbl_confirm_add" runat="server" ForeColor="Red" Visible="False"></asp:Label></td>
</tr>
</table>
<br />
<asp:Button ID="cmd_save" runat="server" CssClass="button_body" Text="Save Estimates" OnClick="cmd_save_Click" />
<asp:Image ID="img_load" runat="server" ImageUrl="~/_images/bar-loader.gif" /><br />
<asp:GridView ID="grid_rev" runat="server" AutoGenerateColumns="False" CellPadding="0"
DataSourceID="SqlDataSource3" DataKeyNames="PRO_ID" ShowFooter="True" GridLines="None" CssClass="normal_text" >
// GRIDVIEW CODE OMITTED TO SAVE SPACE
</asp:GridView>
<asp:Label ID="muni_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="trans_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="ewrg_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="surv_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="tsg_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="con_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="arc_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hou_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="lan_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hamp_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="subs_hidden" runat="server" Visible="False"></asp:Label>
<asp:Label ID="lbl_saved" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hide_q0" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hide_q1" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hide_q2" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hide_q3" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hide_q4" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hide_q5" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hide_q1_cut" runat="server" Visible="False"></asp:Label>
<asp:Label ID="hide_q2_cut" runat="server" Visible="False"></asp:Label>
<asp:Label ID="all_hidden" runat="server" Visible="False"></asp:Label>
</ContentTemplate>
</asp:UpdatePanel>
<asp:SqlDataSource ID="SqlDataSource3" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>" SelectCommand='SELECT "PRO_ID", "PRO_NAME", "PRO_NUMBER" FROM "PROJECTS" WHERE ("PRO_CLI_ID" = :CLI_ID) ORDER BY "PRO_ID" DESC'>
<SelectParameters>
<asp:ControlParameter ControlID="ddl_clients" Name="CLI_ID" PropertyName="SelectedValue"
Type="String" />
</SelectParameters>
</asp:SqlDataSource>
<asp:SqlDataSource ID="SqlDataSource4" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>" SelectCommand='SELECT "PRO_ID", "PRO_NAME" , "PRO_NUMBER" FROM "PROJECTS"'>
</asp:SqlDataSource>
</td>
<td style="width: 100px">
</td>
</tr>
</table>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>" SelectCommand="SELECT distinct "CLI_ID", "CLI_NAME" FROM "CLIENTS", "PROJECTS" WHERE "CLI_ID" = "PRO_CLI_ID"">
</asp:SqlDataSource>
<asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>" SelectCommand="SELECT CLIENTS.CLI_ID, CLIENTS.CLI_NAME, CLIENTS.CLI_CODE, CLIENTS.CLI_OWNER, COUNT(PROJECTS.PRO_ID) AS EXPR1, '(' || CLIENTS.CLI_CODE || ') ' || CLIENTS.CLI_NAME AS NEW_CLIENT FROM CLIENTS INNER JOIN PROJECTS ON CLIENTS.CLI_ID = PROJECTS.PRO_CLI_ID GROUP BY CLIENTS.CLI_ID, CLIENTS.CLI_NAME, CLIENTS.CLI_CODE, '(' || CLIENTS.CLI_CODE || ') ' || CLIENTS.CLI_NAME, CLIENTS.CLI_OWNER ORDER BY CLIENTS.CLI_NAME">
</asp:SqlDataSource>
</form>
</body>
</html>
|