Probably the quickest way to do this is to call a separate method from the SelectedIndexChanged event (which is always a good idea) and use that same method in your own code:
Funcion SelectedIndex_Changed(Bla bla bla)
DoMySelectedIndexChanged()
End Function
Private Sub Page_Load()
DoMySelectedIndexChanged()
End Sub
Private Sub DoMySelectedIndexChanged()
' Do whatever you need to do here
End Sub
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to:
Schottkey 7th Path by
Aphex Twin (Track 9 from the album:
Selected Ambient Works 85-92)
What's This?