[求助] RadioButtonList1.SelectedIndex = 0的问题
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.LoadIf Not IsPostBack Then
RadioButtonList1.SelectedIndex = 0
End If
End Sub
RadioButtonList1 是 RadioButtonList控件的一个ID号, 但后面的"SelectedIndex =0"是什么意思呢,还有Not IsPostBack 这个也不知道是啥意思,是不是第一次运行就执行呢,请教高手,小弟在这先谢了.谢谢!