⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 question.aspx

📁 动易SiteFactory&#8482 网上商店系统1.0源代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" Codebehind="Question.aspx.cs" Inherits="PowerEasy.WebSite.User.Crm.Question" ValidateRequest="false" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>我要提问</title>
</head>
<body>
            <pe:UserNavigation ID="UserCenterNavigation" runat="server" Tab="shop" />
            <pe:ExtendedSiteMapPath ID="YourPosition" runat="server" SiteMapProvider="UserMapProvider">
            </pe:ExtendedSiteMapPath>
    <form id="form1" runat="server">
    <script type="text/javascript">
            function SetUrl(url){}
    </script>
        <div>

            <pe:ServiceCenterInfomation ID="ServiceCenterInfomation1" runat="server" />
            <br />
            <br />
            <table width="100%" border="0" cellpadding="2" cellspacing="1" class="border">
                <tr>
                    <td align="center" class="spacingtitle" colspan="2">我要提问</td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right" style="width: 25%">
                        产品版本:</td>
                    <td >
                        <asp:DropDownList ID="DropProductVersion" runat="server" OnDataBound="DropDownList_DataBound">
                        </asp:DropDownList>
                        <pe:RequiredFieldValidator ID="ValrProductVersion" runat="server" ControlToValidate="DropProductVersion"
                            Display="Dynamic" ErrorMessage="请选择产品版本!" InitialValue="0" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        产品运行的数据库:</td>
                    <td >
                        <asp:DropDownList ID="DropDBType" runat="server" OnDataBound="DropDownList_DataBound" />
                        <pe:RequiredFieldValidator ID="ValrDb" runat="server" ControlToValidate="DropDBType"
                            Display="Dynamic" ErrorMessage="请选择产品运行的数据库存!" InitialValue="0" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        服务器上的操作系统:</td>
                    <td >
                        <asp:DropDownList ID="DropSystemType" runat="server" OnDataBound="DropDownList_DataBound" />
                        <pe:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="DropSystemType"
                            Display="Dynamic" ErrorMessage="请选择服务器操作系统!" InitialValue="0" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        <span>服务器上的杀毒软件:</span></td>
                    <td >
                        <asp:TextBox ID="TxtAntiVirus" runat="server" MaxLength="50" Width="250px"></asp:TextBox></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        服务器上的防火墙:</td>
                    <td >
                        <asp:TextBox ID="TxtFireWall" runat="server" MaxLength="50" Width="250px"></asp:TextBox></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        错误号:</td>
                    <td >
                        <asp:TextBox ID="TxtErrorCode" runat="server" MaxLength="20" Width="250px"></asp:TextBox>
                    </td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        问题类型:</td>
                    <td >
                        <asp:DropDownList ID="DropQuestionType" runat="server" DataTextField="Value"
                            DataValueField="Key" OnDataBound="DropDownList_DataBound">
                        </asp:DropDownList>
                        <pe:RequiredFieldValidator ID="ValrQuestionType" runat="server" ControlToValidate="DropQuestionType"
                            Display="Dynamic" ErrorMessage="请选择问题类型!" InitialValue="0" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        错误提示信息:</td>
                    <td >
                        <asp:TextBox ID="TxtErrorText" runat="server" Height="54px" TextMode="MultiLine"
                            Width="80%"></asp:TextBox></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        网站地址:</td>
                    <td >
                        <asp:TextBox ID="TxtUrl" runat="server" MaxLength="100" Width="80%" AutoCompleteType="BusinessUrl">http://</asp:TextBox>
                        <pe:RequiredFieldValidator ID="ValrUrl" runat="server" ControlToValidate="TxtUrl"
                            Display="Dynamic" ErrorMessage="请输入网站地址!" SetFocusOnError="True"></pe:RequiredFieldValidator><br />
                            <asp:RegularExpressionValidator ID="ValeUrl" runat="server" ControlToValidate="TxtUrl"
                                Display="Dynamic" ErrorMessage="输入的网站地址不正确,请重新输入!" ValidationExpression="http(s)?://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?" SetFocusOnError="True"></asp:RegularExpressionValidator></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        问题标题:</td>
                    <td >
                        <asp:TextBox ID="TxtQuestionTitle" runat="server" MaxLength="100" Width="80%"></asp:TextBox>
                        <pe:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TxtQuestionTitle"
                            Display="Dynamic" ErrorMessage="请填写问题标题!" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        问题难度:</td>
                    <td >
                        <asp:DropDownList ID="DropQuestionDiff" runat="server"
                            DataTextField="InnerText" DataValueField="Value" OnDataBound="DropDownList_DataBound">
                        </asp:DropDownList>
                        <pe:RequiredFieldValidator ID="ValrQuestionDiff" runat="server" ControlToValidate="DropQuestionDiff"
                            Display="Dynamic" ErrorMessage="请选择问题的难度!" InitialValue="0" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
                </tr>
                <tr class="tdbg">
                    <td class="tdbgleft" align="right">
                        详细情况说明:<br />
                        <div style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px; width: 120px;
                            line-height: 150%; padding-top: 5px; height: 100px; text-align: left">
                            <span style="color: #ff0000">请详细的说明问题出现时的操作过程,并请截图说明。<br />
                            </span>
                        </div>
                        <br />
                    </td>
                    <td >
                        <pe:PEeditor ID="TxtQuestionContent" runat="server" IsUpload ="true" Height="300px" Width="90%" Value="如果您之前已经提问过,但问题未解决,请不要重新提问,请直接在原来的问题后面继续提问,或者修改原来的问题及回复内容。我们的客服人员会对未解决的问题进行跟踪,直到问题解决。" ToolbarSet="Simple2">
                        </pe:PEeditor>
                        <pe:FckEditorValidator ID="FckEditorValidator1" runat="server" ControlToValidate="TxtQuestionContent"
                            Display="Dynamic" ErrorMessage="请输入详细情况!" SetFocusOnError="True"></pe:FckEditorValidator></td>
                </tr>
                <tr class="tdbg">
                    <td align="center" class="tdbg" colspan="2" style="height: 50px">
                        <asp:CheckBox ID="ChkIsPublic" runat="server" Text="是否保密" ToolTip="当问题保密时,其它用户不可查看及查询。" />&nbsp;
                        <asp:Button ID="ButSubmit" runat="server" OnClick="ButSubmit_Click" Text="提交" UseSubmitBehavior="False" />&nbsp;
                        <asp:Button ID="BtnCancel" runat="server" CausesValidation="False" OnClick="BtnCancel_Click"
                            Text="取消" UseSubmitBehavior="False" /></td>

                </tr>
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -