Double Click Event for ListBox
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have a ListBox control within my aspx webform. I am trying to create a double click event handler for it. From what I have seen, this is only supported in windows forms, anyone ever donw this from an asp.net application. Thanks in advance for any help. Frank
-
I have a ListBox control within my aspx webform. I am trying to create a double click event handler for it. From what I have seen, this is only supported in windows forms, anyone ever donw this from an asp.net application. Thanks in advance for any help. Frank
try implementing with clientside events. Organizing the code in such a way to handle few issues in client and then to server. Hope this will be useful Do you have any specific requirements on this ? :)