|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
ActiveServerPage技术为应用开发商提供了基于脚本的直观、快速、高效的应用开发手段,极大地提高了开发的效果。在讨论ASP的安全性问题之前,让我们来看看ASP是怎么工作的。购物车<%@PageLanguage="VB"ContentType="text/html"Debug="true"%>
<%@importnamespace="system.data"%>
<%@importnamespace="system.data.oledb"%>
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>无题目文档</title>
<styletype="text/CSS">
<!--
td{
font-size:9pt;
line-height:24px;
}
-->
</style>
<styletype="text/css">
<!--
a:link{
color:#000000;
text-decoration:none;
}
a:hover{
color:#FF0000;
text-decoration:none;
}
a:visited{
text-decoration:none;
}
-->
</style>
</head>
<bodyleftmargin="0"topmargin="0"marginwidth="0"marginheight="0">
<formrunat="server">
<!--#includevirtual="header.htm"-->
<tablewidth="776"border="0"cellspacing="0"cellpadding="0">
<tr>
<tdwidth="159"></td>
<tdwidth="617"><tablewidth="100%"border="0"cellspacing="0"cellpadding="0">
<tr>
<tdwidth="17%"height="26"><p></p>
<p>您所选购的商品</p></td>
<tdwidth="2%"height="26"></td>
<tdwidth="81%"height="26"></td>
</tr>
<tr>
<tdheight="26"></td>
<tdheight="26"></td>
<tdheight="26"><asp:DatagridID="dgCar"runat="server"
autogeneratecolumns="false"
BorderColor="#000000"
BorderWidth="1"
CellPadding="3"
HeaderStyle-BackColor="#990000"
HeaderStyle-ForeColor="#FFFFFF"
DataKeyField="title_id"
>
<columns>
<asp:boundcolumnHeaderText="商品"DataField="title"ItemStyle-Width="300"></asp:boundcolumn>
<asp:templatecolumnHeaderText="数目">
<itemtemplate>
<asp:textboxsize=1id="Qty"runat="server"
text=<%#Databinder.eval(container.dataitem,"qty")%>/>
</itemtemplate>
</asp:templatecolumn>
<asp:boundcolumnHeaderText="单价"DataField="price"DataFormatString="{0:c}"></asp:boundcolumn>
<asp:boundcolumnHeaderText="总计"DataField="total"DataFormatString="{0:c}"></</p>帮助用户快速实现各种应用服务,ASP商有整合各方面资源的能力,可在短期内为用户提供所需的解决方案。例如,典型的ERP安装,如果要在客户端安装的话需要半年到二年的时间,但是美国的一些ASP商如USI和CORIO能在90—120天内提供ERP应用方案。 |
|