WebForm1.aspx
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:2k
源码类别:

C#编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="mbord2.WebForm1" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>WebForm1</title>
  6. <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. </HEAD>
  11. <body MS_POSITIONING="GridLayout">
  12. <form id="Form1" method="post" runat="server">
  13. <asp:button id="Button2" style="Z-INDEX: 101; LEFT: 16px" runat="server" Text="我要留言"></asp:button>
  14. <TABLE id="foot" style="Z-INDEX: 102; LEFT: 16px; WIDTH: 504px; HEIGHT: 176px" height="176"
  15. cellSpacing="0" cellPadding="0" width="504" border="0" runat="server" visible="false">
  16. <TR bgColor="#ffffff">
  17. <TD style="WIDTH: 500px">
  18. <P>大名:
  19. <asp:textbox id="TextBox1" runat="server"></asp:textbox><BR>
  20. 留言:&nbsp;
  21. <BR>
  22. <asp:textbox id="TextBox2" runat="server" Width="448px" Height="86px"></asp:textbox></P>
  23. <P><asp:button id="Button1" runat="server" Width="50px" Text="提交"></asp:button><BR>
  24. </P>
  25. </TD>
  26. </TR>
  27. </TABLE>
  28. <TABLE id="Table1" style="Z-INDEX: 103; LEFT: 16px; WIDTH: 506px; TOP: 16px; HEIGHT: 399px"
  29. cellSpacing="1" cellPadding="1" width="506" border="1">
  30. <TR>
  31. <TD style="WIDTH: 296px"><FONT face="宋体"><asp:datalist id="DataList1" runat="server" Width="496px" HeaderTemplate-ColSpan="3" SelectedItemStyle-BackColor="#ffffff"
  32. ItemStyle-BackColor="#eeeeee" HeaderStyle-BackColor="#CCCCCC" CellSpacing="0" CellPadding="2" BorderColor="Black" Border="1">
  33. <HeaderTemplate>
  34. </HeaderTemplate>
  35. <ItemTemplate>
  36. 编号:
  37. <%# DataBinder.Eval(Container.DataItem, "book_id")%>
  38. <BR>
  39. 发言人:<%# DataBinder.Eval(Container.DataItem, "username")%><BR>
  40. 时间:
  41. <%# DataBinder.Eval(Container.DataItem, "post_time")%>
  42. <BR>
  43. 内容:
  44. <%# DataBinder.Eval(Container.DataItem, "content")%>
  45. </ItemTemplate>
  46. </asp:datalist></FONT></TD>
  47. </TR>
  48. </TABLE>
  49. </form>
  50. </body>
  51. </HTML>