Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
MediaInfoDataEntryDataSet1
OleDbDataAdapter1.Fill(Med
If Not IsPostBack Then
drpdSelectDate.DataBind()
End If
DataView1.RowFilter = "date = '" & drpdSelectDate.SelectedIte
Page.DataBind()
End Sub
Main Topics
Browse All Topics





by: DotNetLover_BaanPosted on 2004-06-25 at 17:41:01ID: 11403466
No, DropDownList does not select the first item automatically... unless you did the coding that way. Can you put some cide here.. what you have inside DropDownList's SelectedIndex changed event...
-Baan