我爱Aspx >> Asp.Net >> 一个oncommand的问题Dim coll As New System.Collections.Generic.List(Of people)
coll.Add(New people("asp.net"))
coll.Add(New people("vb.net"))
Return coll
End Function
Public Class people
Private _people As String
Public Property people() As String
Get
Return _people
End Get
Set(ByVal value As String)
_people = value
End Set
End Property
Sub New(ByVal peoplename As String)
_people = peoplename
End Sub
End Class
Protected Sub FilterItemCmd(ByVal sender As Object, ByVal e As CommandEventArgs)
Response.Write(e.CommandArgument.ToString)
End Sub
Protected Sub Repeater1_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.RepeaterCommandEventArgs) Handles Repeater1.ItemCommand
Response.Write("行命令时触发每次执行")
End Sub
Ҷƪл˵?
.NET 2003 使用MSCOMM[07-06]
某计算机里的outlook收到的邮件经..[07-06]
http://www.cube-y.com/大家看下..[07-06]
一个jcombox的事件问题[07-06]
请教 runtime.getruntime().exec..[06-12]
如何加载com文件?[06-12]
使用线程 -- ZT Microsoft.com[05-31]
COM+ Web 服务:通过复选框路由到..[05-28]
COM+ Web 服务:通过复选框路由到..[05-28]
COM+ Web 服务:通过复选框路由到..[05-28]
javascript判断CheckBoxList必须..[07-06]
现在的人啊,郁闷,散分[07-06]
求asp.net表格控件或解决方案,要..[07-06]
J2EE5中是否已不再需要spring+hi..[07-06]
xp里有域用户管理器,具体在哪,没..[07-06]
232口电压控制[07-06]
java怎么访问windows目录服务器A..[07-06]
关于asp+access网站访问速度的问..[07-06]
关于电源[07-06]
.NET 2003 使用MSCOMM[07-06]