温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:库存管理系统V1.0源码
当前文件:
StoreManage/help.aspx,打开代码结构图
StoreManage/help.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="help.aspx.cs" Inherits="help" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title> 8
<link href="style.css" rel="stylesheet" type="text/css" /> 9
<style type="text/css"> 10
<!-- 11
.STYLE1 {color: #FF0000} 12
body,td,th { 13
font-size: 9pt; 14
} 15
body { 16
margin-left: 0px; 17
margin-right: 0px; 18
margin-bottom: 0px; 19
margin-top: 0px; 20
} 21
--> 22
</style> 23
</head> 24
25
<body> 26
<form id="form1" runat="server"> 27
<div align="center"> 28
29
<table style="width: 661px"> 30
<tr> 31
<td rowspan="3"> 32
<asp:Image ID="Image1" runat="server" ImageUrl="~/Pic/service.jpg" /></td> 33
<td colspan="2" rowspan="3" align="left"> 34
版本说明:<br /> 35
1.开发工具vs2005,数据库sql2005<br /> 36
2.数据库的连接字符串在web.config文件中,数据库文件在DB_51aspx文件夹下,附加后,修改连接字符串为本地数据库的密码即可<br /> 37
3.程序入口为login.aspx,帐号/密码:51aspx/51aspx<br /> 38
4.<a href="http://www.51aspx.com/" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a> 39
<br /> 40
</td> 41
</tr> 42
<tr> 43
</tr> 44
<tr> 45
</tr> 46
</table> 47
</div> 48
</form> 49
</body> 50
</html> 51



<!--

.STYLE1 
-->
