Search

You searched for the word(s): userid:286881

Matching Posts

  • Re: Radiobuttonlist Image Setting

    <img src='/peifootball/gifs/<%# Container.DataItem("team_pic") %>' > I am not sure if this is what you want but this is what is generated. I am just not sure if radiobuttons can be generated from a file name retrieved from the database. It will work if i hard code the name of the file into the img src but not when i bring in the db value.
    Posted to Web Forms (Forum) by morgation on 10/7/2003
  • Re: Radiobuttonlist Image Setting

    Ron, I tried this and it still will not find my images. Here is what the HTML translated to: <ItemTemplate> <asp:RadioButtonList id="RadioButtonList1" runat="server"> <asp:ListItem >&lt;img src='/peifootball/gifs/&lt;%# Container.DataItem(&quot;team_pic&quot;) %&gt;' &gt; </asp:ListItem> </asp:RadioButtonList> </ItemTemplate> </asp:DataList> How does the databinding work with the radiobutton list? I am only databinding
    Posted to Web Forms (Forum) by morgation on 10/6/2003
  • Radiobuttonlist Image Setting

    I am attempting to create a radiobuttonlist as a result of value retrieved from the db. In the db i have a name of picture file in which i will return. I want the radiobuttons to interpret this value and populate an image. I am currently doing this with an image displaying in a datagrid but not for a radiobutton. Here is what i have, but it will not retrieve the image? <asp:RadioButtonList id="RadioButtonList1" runat="server"> <asp:ListItem > <img src='/pic_directory_here
    Posted to Web Forms (Forum) by morgation on 10/2/2003
Page 1 of 1 (3 items)