asp数组 不能存放对象吗?
Class FLOW
Private mFlowtype '流程类型
Private mFlowid '流程唯一标识
'get set值
Public Property Let flowType(ByVal v)
mFlowtype = v
End Property
Public Property Get flowType()
flowType = mFlowtype
End Property
Public Property Let flowId(ByVal v)
mFlowid = v
End Property
Public Property Get flowId()
FlowId = mFlowid
End Property
End Class
Dim an(5)
dim flows
set flows = new FLOW
flows.flowType = 1
flows.flowId = 3
set an(0) = flows
set an(1) = flows
set an(2) = flows
出错:
运行时 类型不匹配
我使用vbs运行的!!
难道是我的人品问题??
还是asp和vbs不一样?????
问题是我保存为vbs运行也是没有错误提示.
Microsoft (R) Windows Script Host Version 5.6
汗真是人品问题 !!!
相关问答:
Imports System.ComponentModel
Imports System.Web.UI
Imports System.Web.UI.Design
Imports System.Web.UI.WebControls
Namespace CBDAspNet.WebControls.HTML
''' <summary>
'' ......
服务器现在是。net 2.0的
我现在的项目就是asp.net mvc + linq的,现在服务器的环境配置用不了。
不知道有前辈碰到过这样的问题没。
难道服务器必须要装.net3.5 和 asp.net mvc
请前辈指点
不装你认为你要怎么 ......
在asp里怎么调用java写的webservice方法,有很多方法
- <message name="RtPnrIn">
<part name="bstrPnrNO" type="s:string" />
<part name ......
类似于csdn 右边用什么控件显示贴子标题 以及怎样分页?跪求高手答复
续:就像点到asp版 然后显示贴子
随便你!!
分页控件这个就多了!
aspnetpager
http://www.webdiyer.com/AspNetPager
这里显示贴子的 ......
万网的服务器支持伪静态的,直接用rewrite在web.config文件写规则,也不用安装组件就可以实现伪静态,但是在时代互联服务器就用不了了,咨询它的客服,他说他们服务器(基本型C)不支持伪静态的.请问一下各位我该用什么方法 ......