关于asp.net的Request.QueryString问题。很简单
我是用vB来写的。<scriptrunat="server">stringgetType=Request.QueryString("getType")IfgetType=...
我是用vB来写的。
<script runat="server">
string getType = Request.QueryString("getType")
If getType = "2" then
home.Visible = False
intru.Visible = True
showIntru.Text = "Intru"
End If
</script>
这段代码有什么错误呢?搞不清楚,对aspx不是太熟悉,以前用asp的。 展开
<script runat="server">
string getType = Request.QueryString("getType")
If getType = "2" then
home.Visible = False
intru.Visible = True
showIntru.Text = "Intru"
End If
</script>
这段代码有什么错误呢?搞不清楚,对aspx不是太熟悉,以前用asp的。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询