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

  1. #1

    Default Stateful ListBox

    Hi -

    I'm using the ASP.NET ListBox control for a project. I am working
    with large lists, so I would like the server to process clicks on the
    box. When the user clicks an item, the server should check to see if
    the item was already selected and invert the "Selected" attribute for
    the item. Essentially I'd like to create somewhat of a checkbox-list
    control.

    Any suggestions?
    Wickwack Guest

  2. Similar Questions and Discussions

    1. Consuming a stateful axis webservice
      Hello, I am trying to consume a Apache Axis (java) webservice which uses the SimpleSessionHandler with SOAP headers. === SOAP EXAMPLE === ...
    2. Stateful Connection - C# Client talking to Java Web Service
      I have created a C# Client talking to Java Web Service on Systinet Server 5.0. I want to make a stateful connection so that the Service is...
    3. click listbox and refresh another listbox
      Can someone guide me to a resource on building set of drill-down listboxes? Basically I want to have 4 listboxes. The first starts out with...
    4. Item label displays as "," when moving from listbox to listbox
      I have 2 listboxes: "lb_unselected" and "lb_selected". The first thing in the actions is loop through an array populating these two listboxes. ...
    5. now desparate! - 1st listbox contents disappears when 2nd listbox appears?
      On 23 Jun 2003 12:57:45 -0700, KathyBurke40@attbi.com (KathyB) wrote: Its been a while since you posted but I will answer anyway. The problem...
  3. #2

    Default Re: Stateful ListBox

    Here's a free checkbox list control:
    [url]http://www.metabuilders.com/Tools/CheckedListBox.aspx[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Wickwack" <wickwack2003@yahoo.com> wrote in message
    news:crgjhvo1gkokb0uo5f2qlctstagrdghh1b@4ax.com...
    > Hi -
    >
    > I'm using the ASP.NET ListBox control for a project. I am working
    > with large lists, so I would like the server to process clicks on the
    > box. When the user clicks an item, the server should check to see if
    > the item was already selected and invert the "Selected" attribute for
    > the item. Essentially I'd like to create somewhat of a checkbox-list
    > control.
    >
    > Any suggestions?

    Steve C. Orr, MCSD Guest

  4. #3

    Default Re: Stateful ListBox

    On Sat, 19 Jul 2003 17:05:01 -0700, "Steve C. Orr, MCSD"
    <Steve@Orr.net> wrote:
    >Here's a free checkbox list control:
    >[url]http://www.metabuilders.com/Tools/CheckedListBox.aspx[/url]
    Wow! Thanks Steve!
    Wickwack 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