DropDownList1.SelectedIndexChanged不起作用

时间:2013-01-30 07:16:42

标签: asp.net vb.net

Protected Sub DropDownList1_SelectedIndexChanged(
    ByVal sender As Object,
    ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged

    Context.Response.Write("selectedindexchanged")
End Sub

为什么这不起作用?

1 个答案:

答案 0 :(得分:2)

您是否为下拉列表

设置了Autopostback = true