I want to Implement a Drop Down List in the datalist as item templete
<asp:dropdownlist>
how can i do this?
thanks
Printable View
I want to Implement a Drop Down List in the datalist as item templete
<asp:dropdownlist>
how can i do this?
thanks
<asp:datalist id="_datalist" runat="server">
<itemtemplate>
<asp:dropdownlist runat="server">
</itemtemplate>
</asp:datalist>
Dear nemaroller ,
Ok, I know this but the problem is, the items of the datalist are from database
where i put data source and data member of the dropdownlist
thanks
Is the dropdownlist going to be the same for all DataList items or will they be different for each?
DJ
No, it is different
plz
i need nswer of the first que. if u know
and i have another que.
how does datalist display only one record?not all the dataset.
i have datagrid which displays many records from dataset
and when the user click (more detial button)
i want displaying the detials in datalist of this record
Sara, never underestimate the power of Google...Quote:
Originally Posted by sara_22
http://aspnet.4guysfromrolla.com/art...80702-1.2.aspx