Any idea why i'm not seeing the SelectedValue property for a DropDownList?
I'm trying to do something like this with no luck:
http://www.mikepope.com/blog/AddComm...px?blogid=1423Code:<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="AccessDataSource2" DataTextField="CategoryName" DataValueField="CategoryID" SelectedValue='<%# Bind("CategoryID") %>' />




Reply With Quote