asp.net DataList嵌套 & 控件绑定问题
此时想根据dropdownListd的选定项内容从该大类里查找数据。我现在弄不明白的就是绑定的时候如何给DropdownList加一个标识符,因为每个DDl都是一样的所以...
此时想根据dropdownListd的选定项内容从该大类里查找数据。
我现在弄不明白的就是绑定的时候如何给DropdownList加一个标识符,因为每个DDl都是一样的所以无法和类别联系起来,请各位大大赐教。
<asp:DataListID="dListFenlei"runat="server"RepeatColumns="2"RepeatDirection="horizontal"
OnDataBinding="dListFenlei_DataBinding"OnItemDataBound="dListFenlei_ItemDataBound"Width="900px">
<ItemTemplate>
http://zhidao.baidu.com/question/75471410.html?quesup1
这里有分拿。
<tablewidth="400"style="font-size:smaller;border-right:#c3d9ff2pxsolid;border-left:#c3d9ff2pxsolid;
border-bottom:#c3d9ff2pxsolid;">
<tr>
<tdcolspan="3"style="background-color:#c3d9ff;font-size:small;">
//太长了,接下补充。
<strongstyle="font-size:15px;color:#3366cc;"><ahref="xiangxi.aspx?leibie=<%#Eval("id")%>"
style="">
<%#Eval("sortName")%>
>></a></strong>
<asp:DropDownListID="Address"runat="server"AutoPostBack="True"OnSelectedIndexChanged="Address_SelectedIndexChanged">
<asp:ListItemText="找最近的"Value="0"></asp:ListItem>
<asp:ListItemText="蜀山区"Value="1"></asp:ListItem>
<asp:ListItemText="包河区"Value="2"></asp:ListItem>
<asp:ListItemText="瑶海区"Value="3"></asp:ListItem>
<asp:ListItemText="庐阳区"Value="4"></asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td>
<asp:DataListID="dListcontent"runat="server"RepeatColumns="3"RepeatDirection="Horizontal"
Width="100%">
<ItemTemplate>
<table>
<tr>
<tdstyle="width:100px">
<ahref="<%#Eval("linker")%>">
<%#Eval("infoName")%>
</a>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
大家说的我知道,我现在的目的不是获取selectIndex 而是要判定这个DropDownList是属于哪个类别的,也就是父datalist里绑定的类别。 展开
我现在弄不明白的就是绑定的时候如何给DropdownList加一个标识符,因为每个DDl都是一样的所以无法和类别联系起来,请各位大大赐教。
<asp:DataListID="dListFenlei"runat="server"RepeatColumns="2"RepeatDirection="horizontal"
OnDataBinding="dListFenlei_DataBinding"OnItemDataBound="dListFenlei_ItemDataBound"Width="900px">
<ItemTemplate>
http://zhidao.baidu.com/question/75471410.html?quesup1
这里有分拿。
<tablewidth="400"style="font-size:smaller;border-right:#c3d9ff2pxsolid;border-left:#c3d9ff2pxsolid;
border-bottom:#c3d9ff2pxsolid;">
<tr>
<tdcolspan="3"style="background-color:#c3d9ff;font-size:small;">
//太长了,接下补充。
<strongstyle="font-size:15px;color:#3366cc;"><ahref="xiangxi.aspx?leibie=<%#Eval("id")%>"
style="">
<%#Eval("sortName")%>
>></a></strong>
<asp:DropDownListID="Address"runat="server"AutoPostBack="True"OnSelectedIndexChanged="Address_SelectedIndexChanged">
<asp:ListItemText="找最近的"Value="0"></asp:ListItem>
<asp:ListItemText="蜀山区"Value="1"></asp:ListItem>
<asp:ListItemText="包河区"Value="2"></asp:ListItem>
<asp:ListItemText="瑶海区"Value="3"></asp:ListItem>
<asp:ListItemText="庐阳区"Value="4"></asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td>
<asp:DataListID="dListcontent"runat="server"RepeatColumns="3"RepeatDirection="Horizontal"
Width="100%">
<ItemTemplate>
<table>
<tr>
<tdstyle="width:100px">
<ahref="<%#Eval("linker")%>">
<%#Eval("infoName")%>
</a>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
大家说的我知道,我现在的目的不是获取selectIndex 而是要判定这个DropDownList是属于哪个类别的,也就是父datalist里绑定的类别。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询