I have two listboxes on an asp.net web control (ascx). I want them to
act non-mutually-exclusive. In other words, if an item in one listbox
is selected, I want the other to be clear.

The problem I am solving is that I have a listbox with active job
postings and a second with inactive job postings for my employer. I
want to be able to just use one button to pull the selected job
posting. Currently, this is impossible since a posting from each
listbox may be selected.

I have tried numerous javascript options without luck. However, I am
admittedly a novice at javascript. In addition, extending the listbox
control is not an option in my environment.

Thank you in advance!

rbr
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---

Reply via email to