tianliangcsdn 2015-11-19 07:03 采纳率: 0%
浏览 3594

用Visual Studio,网页在浏览器中无法运行(错误提示看不懂)?代码和运行截图如下。

用Visual Studio设计的一个网页,为什么在浏览器中无法运行(错误提示看不懂)?代码和运行截图如下。
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Feedback.aspx.cs" Inherits="tushu.Feedback" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



图书反馈信息征集


图书反馈信息征集





















书名

/asp:TextBox

购书
时间

/asp:TextBox






图书质量: runat="server" RepeatDirection="Horizontal">
asp:ListItem很好/asp:ListItem
asp:ListItem/asp:ListItem
asp:ListItem一般/asp:ListItem
asp:ListItem/asp:ListItem
/asp:RadioButtonList

吸引你购买本书的原因:(可多选)

asp:ListItem内容提要前言目录等/asp:ListItem
asp:ListItem他人推荐/asp:ListItem
asp:ListItem版式设计/asp:ListItem
asp:ListItem作者或出版社的名声/asp:ListItem
asp:ListItem封面设计/asp:ListItem
asp:ListItem价格实惠/asp:ListItem
/asp:CheckBoxList






1、了解本书的途径:


asp:ListItem朋友推荐/asp:ListItem
asp:ListItem书店挑选/asp:ListItem
网上查询/asp:ListItem
asp:ListItem店员推荐/asp:ListItem
asp:ListItem媒体广告/asp:ListItem
/asp:ListBox

         2、购书渠道:<asp:TextBox ID="TextBox3" runat="server" Width="248px"></asp:TextBox>
         <br/>
         3、能接收的图书价格:<asp:TextBox ID="TextBox4" runat="server" Width="80px"></asp:TextBox>
      </td>
    </tr>
    <tr>
        <td bgcolor="#f7fdf3" height="40" width="10%" align="center">
          图书<br/>服务
        </td>
        <td height="40">
           您对本书的发行售后评价是:<br/>
           <asp:DropDownList ID="DropDownList1" runat="server">
              <asp:ListItem>非常满意</asp:ListItem>
              <asp:ListItem>满意</asp:ListItem>
              <asp:ListItem>一般</asp:ListItem>
              <asp:ListItem>不满意</asp:ListItem>
           </asp:DropDownList>
        </td>
    </tr>
    <tr>
        <td bgcolor="#f7fdf3" height="75" width="10%" align="center">
            宝<br/>贵<br/>意<br/>见
        </td>
        <td height="75">
           <asp:TextBox ID="TextBox5" runat="server" Height="70px" TextMode="MultiLine" Width="405px"></asp:TextBox>
        </td>
    </tr>
    <tr>
       <td bgcolor="#f7fdf3" height="104" width="10%" align="center">
         读<br/>者<br/>信<br/>息
       </td>
       <td height="104">
          姓名:<asp:TextBox ID="TextBox6" runat="server" Width="104px"></asp:TextBox>
          <br/>
          年龄:<asp:TextBox ID="TextBox7" runat="server" Width="33px"></asp:TextBox>
          <br/>
          电话:<asp:TextBox ID="TextBox8" runat="server"></asp:TextBox>
          <br/>
          编辑:<asp:TextBox ID="TextBox9" runat="server" Width="77px"></asp:TextBox>
          <br/>
          邮件地址:<asp:TextBox ID="TextBox10" runat="server" Width="217px"></asp:TextBox>
       </td>
    </tr>


</table>
<center>
   <br/>
   <asp:Button ID="Button1" runat="server" Text="提交" OnClick="Button1_Click"/>
</center>
</form>



图片说明

  • 写回答

3条回答

  • luocong89 2015-11-19 11:31
    关注

    后台的事件还在吗? Button_Click

    评论

报告相同问题?

悬赏问题

  • ¥20 Python安装cvxpy库出问题
  • ¥15 用前端向数据库插入数据,通过debug发现数据能走到后端,但是放行之后就会提示错误
  • ¥15 python天天向上类似问题,但没有清零
  • ¥30 3天&7天&&15天&销量如何统计同一行
  • ¥30 帮我写一段可以读取LD2450数据并计算距离的Arduino代码
  • ¥15 C#调用python代码(python带有库)
  • ¥15 活动选择题。最多可以参加几个项目?
  • ¥15 飞机曲面部件如机翼,壁板等具体的孔位模型
  • ¥15 vs2019中数据导出问题
  • ¥20 云服务Linux系统TCP-MSS值修改?