Results 1 to 7 of 7

Thread: Datalist

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2005
    Posts
    21

    Datalist

    I want to Implement a Drop Down List in the datalist as item templete
    <asp:dropdownlist>
    how can i do this?
    thanks

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: Datalist

    <asp:datalist id="_datalist" runat="server">
    <itemtemplate>
    <asp:dropdownlist runat="server">
    </itemtemplate>
    </asp:datalist>

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2005
    Posts
    21

    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

  4. #4
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    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!

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Feb 2005
    Posts
    21

    Re: Datalist

    No, it is different

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Feb 2005
    Posts
    21

    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

  7. #7
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: Datalist

    Quote 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
  •  



Click Here to Expand Forum to Full Width