Click to See Complete Forum and Search --> : Can an asp.net listbox detect mouseclicks on list items?


Weng
03-15-2006, 04:50 AM
Hello,

Can an asp.net listbox detect right mouse clicks on the list items? As in, can it differentiate when the user right clicks on the list items and when the user right clicks on the listbox's empty space below the list items ?

Please advice :)

JayM
03-15-2006, 11:21 AM
No. ASP.NET is a server side language. You would have to use Javascript.
Next time please post .NET questions in the .NET forum.