[求助]还是参数传递,这次用Session。
我用Session进行参数传递Dim str As String = "John"
Session("name") = str
读取:
Dim str As String = CType(Session.Item("name"),string)
Resonse.Write("str")
却显示不出来
不知道那里错了???
2007-04-23 11:48
2007-04-23 11:50
2007-04-23 14:57
2007-04-23 15:13
2007-04-24 08:47

2007-04-24 16:02