因为对google maps不是很熟,所以先带google上找了个例子
可是运行不起来,不知道什么原因。请高手帮忙看下。
HTML code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta name="viewport" content="initial-scale=1.0, user-sca ......
我建立了asp.net项目,生成解决方案还没有问题,但是一调试就报下面的错误
Error while trying to run project:Unable to start debugging on the web
server.The server does not support debugging of ASP.NET or ATL Server
applications.Run setup to install the Visual ......
<asp:Repeater ID="Repeater1" runat="server">
<ItemTemplate>
当前第<%=l_num%>楼
</ItemTemplate>
</asp:Repeater>
全局变量int l_num,要在哪里,可以递增
谢谢
我一直 用aspnetpager分页控件
1楼的就行了,没必要再定义个变量来显示
引用
HTML code ......
我想查询数据库表 中的所有价格的总和 并赋值给一个变量 应该怎样做
VBScript code:
<%
set rs_FriceSum=server.createobject("adodb.recordset")
sql="select * from sum(Goods_price) as [Sum] Cart where Cart.user_id="&session("user_id")&""
rs_ ......
<tr>
<td width="700" valign="top" align="left">
<!--加载数据库产品列表包含分页代码开始 -->
<table width="700" cellpadding="0" cellspacing="0" border="0" ali ......
错误如下:
Microsoft OLE DB Provider for SQL Server 错误 '80040e14'
第 1 行: '=' 附近有语法错误。
/detail.asp,行 11
代码:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/con_bbs.asp" -->
<%
set Command1 = S ......