您目前尚未登陆,请选择【登陆】或【注册
首页->全站代码->汽车配件公司网站(VB.net+Access数据库)源码>>manager_class.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:汽车配件公司网站(VB.net+Access数据库)源码
当前文件:文件类型 VbNetCompany/manager_class.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="vb" AutoEventWireup="true" CodeFile="manager_class.aspx.vb" Inherits="manager_class" %> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 6<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> 7<meta name="ProgId" content="FrontPage.Editor.Document"> 8<title>管理产品类</title> 9<link rel=stylesheet href="style.css" type="text/css"> 10</head> 11 12<body> 13 14<form runat =server > 15<div align="center"> 16 <center> 17 <asp:AccessDataSource ID="SqlDataSource1" runat="server" datafile="<%$ ConnectionStrings:newsConnectionString %>" SelectCommand="select * from picclass" > </asp:AccessDataSource> 18<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" ShowHeader="False" GridLines="None" DataSourceID="SqlDataSource1" PageSize="10"> 19 <Columns> 20 <asp:TemplateField> 21<ItemTemplate> 22 <table border="0" width="400" cellspacing="0" cellpadding="3"> 23 <tr> 24 <td width="219"><%# Eval("pic_class") %></td> 25 <td width="165"><a href=del_class.aspx?id=<%# Eval("id") %>>删除</a></td> 26 </tr> 27 28 </table> 29 </ItemTemplate> 30 </asp:TemplateField> 31 </Columns> 32 </asp:GridView> 33 </center> 34</div> 35 36 37<div align="center"> 38 <center> 39 <br /> 40 <table width="50%" border="0"> 41 <tr> 42 <td colspan="2"><div align="center">添加产品类别</div></td> 43 </tr> 44 <tr> 45 <td><div align="right">添加:</div></td> 46 <td width="50%"><asp:TextBox ID="pic_class" runat="server"></asp:TextBox><asp:requiredfieldvalidator id="Requiredfieldvalidator1" runat="server" Width="1px" Font-Size="X-Small" ErrorMessage="请输入产品类别名称!" 47 ControlToValidate="pic_class">*</asp:requiredfieldvalidator> 48 </td> 49 </tr> 50 <tr> 51 <td colspan="2"><div align="center"> 52 &nbsp;<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交" /></div></td> 53 </tr> 54 </table> 55 </div> 56<asp:ValidationSummary id="ValidationSummary1" style="Z-INDEX: 102; LEFT: 152px; POSITION: absolute; TOP: 320px" 57 runat="server" ShowMessageBox="True" ShowSummary="False"></asp:ValidationSummary> 58</form> 59</body> 60</html> 61 62 63
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:汽车配件公司网站(VB.net+Access数据库)源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号