|
-
Jul 9th, 2005, 01:01 PM
#1
Thread Starter
Junior Member
Datalist
I want to Implement a Drop Down List in the datalist as item templete
<asp:dropdownlist>
how can i do this?
thanks
-
Jul 11th, 2005, 12:35 PM
#2
I wonder how many charact
Re: Datalist
<asp:datalist id="_datalist" runat="server">
<itemtemplate>
<asp:dropdownlist runat="server">
</itemtemplate>
</asp:datalist>
-
Jul 13th, 2005, 06:01 AM
#3
Thread Starter
Junior Member
Re: 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
-
Jul 13th, 2005, 06:13 AM
#4
Frenzied Member
Re: Datalist
Is the dropdownlist going to be the same for all DataList items or will they be different for each?
DJ
If I have been helpful please rate my post. If I haven't tell me!
-
Jul 13th, 2005, 06:25 AM
#5
Thread Starter
Junior Member
-
Jul 15th, 2005, 09:01 AM
#6
Thread Starter
Junior Member
Re: Datalist
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
-
Jul 15th, 2005, 08:38 PM
#7
I wonder how many charact
Re: Datalist
 Originally Posted by sara_22
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...
http://aspnet.4guysfromrolla.com/art...80702-1.2.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|