主题:  我有问题,谁能帮我解决一下?谢谢了!

groove

职务:普通成员
等级:1
金币:0.0
发贴:35
#12004/10/21 19:15:17
以下是代码,文件扩展名是aspx
<html>
<script language="vb" runat=server>
sub lstclick(sender as object, E as eventargs)
dim strtemp
dim inti
strtemp="<br>"
for inti=0 to lstbox.items.count-1
if lstbox.item(inti).selected then
select case lstbox.items(inti).value
case"+"
strtemp=strtemp&"3+2=5<br>"
case"-"
strtemp=strtemp&"3-2=1<br>"
case"*"
strtemp=strtemp&"3*2=6<br>"
case"/"
strtemp=strtemp&"3/2=1.5<br>"
end select
end if
next
labcontent.text=strtemp
end sub
</script>
<body>
请选择计算题:<br>
<form runat="server">
<asp:listbox id="lstbox" runat=server autopostback=true selectionmode="single"
rows=3 onselectedindexchanged="lstclick">
<asp:listitem text="3+2=?" value="+" selected="false"/>
<asp:listitem text="3-2=?" value="-" selected="false"/>
<asp:listitem text="3*2=?" value="*" selected="false"/>
<asp:listitem text="3/2=?" value="/" selected="false"/>
</asp:listbox>
<hr>
<asp:label runat=server id=labcontent/>
</form>
</body>
</html>

为什么运行之后<form></form>那部分显示不出来
请帮帮我,谢谢!!!



蓝鲸

职务:版主
等级:5
金币:42.1
发贴:2614
#22004/10/21 19:39:28
是否装了.Net frameworks,或者版本是否支持。
另外程序还有语法错误

if lstbox.item(inti).selected then
应为items(inti)


非常大鱼

groove

职务:普通成员
等级:1
金币:0.0
发贴:35
#32004/10/21 19:48:54
谢谢了,我试试看



groove

职务:普通成员
等级:1
金币:0.0
发贴:35
#42004/10/21 20:32:29
谢谢,我终于弄好了,是因为.net framework少装了一个东西。
这论坛真好,老有人解答问题,谢谢!



songsong86

职务:普通成员
等级:1
金币:0.0
发贴:6
#52006/4/12 8:32:49
请大家帮个忙?
谁能给提供一些关于asp的教程资料啊!
我想看看asp的资料
我的油箱是:lucksongsong@163.com
希望能得到大家的帮助
在此先表以谢意!