RadioButtonList Question -- Probably Simple

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default RadioButtonList Question -- Probably Simple

    I want to add radio buttons to a datagrid. The datagrid is displaying 5-10
    items, and I want the user to select the desired item via radiobutton. As it
    is, the user can select as many radiobuttons as they want, which is
    obviously not what I want. I want to limit the user to being able to select
    one radiobutton at a time.

    How can I add a radiobutton list to a datagrid? Does anyone have a
    suggestion/example?

    Thanks,

    Ron


    Ron Guest

  2. Similar Questions and Discussions

    1. Need Simple Answer to Simple Contribute/Firefox question
      Hello all; I've tried the Adobe help in CS3, tech support, phone support, this forum, other forums, Mozilla, and nowhere can I get a straight...
    2. This is a simple question...really.
      Hi. I'm looking to import an external SWF into a movie clip on my main timeline. I see that there's two ways to do this: 1....
    3. Simple PHP question.
      Hi, Just set up PHP (PHP Version 4.3.3) as a CGI on a WIN2k server and tried this: <?php echo $REMOTE_ADDR;
    4. Simple IF question
      I want to create a calculation that essentially says: If CONDITION = A, "Say This", if CONDITION = B, "Say That", otherwise DO NOTHING. This...
    5. A very simple question. Pls. help.
      Hi, For some reason, I am having difficulty using the 'Alpha' colour propert on symbols created out of text. All I am doing is creating a text,...
  3. #2

    Default Re: RadioButtonList Question -- Probably Simple

    I am not sure how you would create a radio button list spanning different
    rows in a grid. You could probably write some javascript, that would
    unselect all radiobuttons but the one that was last selected.

    "Ron" <ron@razorvision.net> wrote in message
    news:bdsnil$h74@library2.airnews.net...
    > I want to add radio buttons to a datagrid. The datagrid is displaying 5-10
    > items, and I want the user to select the desired item via radiobutton. As
    it
    > is, the user can select as many radiobuttons as they want, which is
    > obviously not what I want. I want to limit the user to being able to
    select
    > one radiobutton at a time.
    >
    > How can I add a radiobutton list to a datagrid? Does anyone have a
    > suggestion/example?
    >
    > Thanks,
    >
    > Ron
    >
    >

    Marina Guest

  4. #3

    Default RadioButtonList Question -- Probably Simple

    Hi,

    This link will be helpfull.

    [url]http://www.dotnetbips.com/displayarticle.aspx?id=147[/url]

    regards
    Sreejumon
    DOTNET makes IT happen
    >-----Original Message-----
    >I want to add radio buttons to a datagrid. The datagrid
    is displaying 5-10
    >items, and I want the user to select the desired item via
    radiobutton. As it
    >is, the user can select as many radiobuttons as they
    want, which is
    >obviously not what I want. I want to limit the user to
    being able to select
    >one radiobutton at a time.
    >
    >How can I add a radiobutton list to a datagrid? Does
    anyone have a
    >suggestion/example?
    >
    >Thanks,
    >
    >Ron
    >
    >
    >.
    >
    Sreejumon[MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139