Ask a Question related to ASP.NET General, Design and Development.
-
Wickwack #1
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
-
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 === ... -
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... -
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... -
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. ... -
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... -
Steve C. Orr, MCSD #2
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
-
Wickwack #3
Re: Stateful ListBox
On Sat, 19 Jul 2003 17:05:01 -0700, "Steve C. Orr, MCSD"
<Steve@Orr.net> wrote:
Wow! Thanks Steve!>Here's a free checkbox list control:
>[url]http://www.metabuilders.com/Tools/CheckedListBox.aspx[/url]
Wickwack Guest



Reply With Quote

