Search

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

Matching Posts

  • Re: Radiobuttonlist Image Setting

    Hi, I am facing the same problem. Following is my aspx code : < tr > < td > asp : RadioButtonList ID ="rlCards" runat ="server"></ asp : RadioButtonList > </ td > </ tr > aspx.cs code is : string img1 = "<img src='images/ <%# fixpicture(Container.DataItem(\"card" +Card.CardId+ ".jpg\")) %>'>" ; ListItem listItem = new ListItem (img1, Card.CardId.ToString()); rlCards.Items.Add(listItem); I want my
    Posted to Web Forms (Forum) by rashmi.t.agarwal on 10/23/2008
Page 1 of 1 (1 items)