Trying to bind data from DropDownList in ListView

hansenbanana

New Member
I am trying to bind data from DropDownList in ListView in EditItemTemplate but it didn't work.Code:\[code\]<asp:DropDownList ID="DropDownList1" runat="server" SelectedValue='http://stackoverflow.com/questions/12655578/<%# Bind("type")%>'> <asp:ListItem Text="Fatwa" Value="http://stackoverflow.com/questions/12655578/1"></asp:ListItem> <asp:ListItem Text="Interviewer" Value="http://stackoverflow.com/questions/12655578/2"></asp:ListItem> <asp:ListItem Text="Programs" Value="http://stackoverflow.com/questions/12655578/3"></asp:ListItem></asp:DropDownList>\[/code\]
 
Back
Top