标题:[求助]vb基础知识
取消只看楼主
yidouxue
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2007-8-15
 问题点数:0 回复次数:1 
[求助]vb基础知识

Protected Sub BulletedList1_Click(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.BulletedListEventArgs) Handles BulletedList3.Click
Dim position As Integer = e.Index
Dim li As ListItem = BulletedList3.Items(position)
Label1.Text = "You selected = " & li.Text & _
", with value = " & li.Value
End Sub

哪位帮我解释下吗?3q


搜索更多相关主题的帖子: 基础 知识 position Sub 
2007-08-17 08:56
yidouxue
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2007-8-15
得分:0 
回复:(cyyu_ryh)Dim position As Integer = e.Inde...
3q

2007-08-21 07:45



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-163346-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.982355 second(s), 10 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved