CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2005
    Posts
    35

    ASP.NET C# - ListBox new EventHandler(DoubleClick)?

    Hi,

    Is it possible to create a doubleclick handler for an asp.net ListBox control?

    If so, are you able to provide a link to a how to?

    Thanks
    Wee!

  2. #2
    Join Date
    Nov 2003
    Posts
    2,185

    Re: ASP.NET C# - ListBox new EventHandler(DoubleClick)?

    I think this link can help you get along.

  3. #3
    Join Date
    Jan 2005
    Posts
    35

    Re: ASP.NET C# - ListBox new EventHandler(DoubleClick)?

    Thanks for that dude,

    I was looking for a C# solution if one is out there.
    Possibly overloaded class or something...

    Cheers
    Wee!

  4. #4
    Join Date
    Nov 2003
    Posts
    2,185

    Re: ASP.NET C# - ListBox new EventHandler(DoubleClick)?

    Since the client is executing the event, I think you should handle this with javascript...

  5. #5
    Join Date
    Jan 2005
    Posts
    35

    Re: ASP.NET C# - ListBox new EventHandler(DoubleClick)?

    Good point.

    I'll let you know how I get on...

    Cheers
    Wee!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured