Internal Messaging System

Last post 11-22-2008 8:44 AM by NC01. 5 replies.

Sort Posts:

  • Internal Messaging System

    11-19-2008, 6:55 AM
    • Member
      25 point Member
    • sweta14
    • Member since 05-16-2008, 9:19 AM
    • Posts 98

    Hi everybody,

    Before reading the thread please keep in mind the functionality of Outlook.

    As per outlook a list of mails were shown to the user and by doing single click on the msg that will be open on the same screen and if on double click that will open on the full screen.

    I want to build the same functionality. So i am explaining wht i have done:

    1. A gridview having link in the msg to view msg
    2. On single click the msg will be open in the same screen

    Now the problem is how to do the event on double click to view it in full screen.

    thanks

     

  • Re: Internal Messaging System

    11-19-2008, 8:40 AM
    Answer
    • Contributor
      2,369 point Contributor
    • skvignesh
    • Member since 10-28-2008, 12:51 PM
    • Tamilnadu, India
    • Posts 458

    This might help

    http://forums.asp.net/t/1046585.aspx 

    Thanks and Regards

    S.K.Vignesh
    ----------------------
    Do remember to "Mark as answer" for this post or the post that helped you solve the issue
  • Re: Internal Messaging System

    11-19-2008, 11:50 PM
    • Member
      25 point Member
    • sweta14
    • Member since 05-16-2008, 9:19 AM
    • Posts 98

     

    thanks for ur answer and ur post helps me to understand about the double click. But how can i distinguish a single click and double click in javascript?

    When i add attributes in rowdatabound of a gird then it only respond to the single click (onclick) not on double click (ondbclick).

    If i remove the attributes of single click then only it response to the double click. WHat to do pls suggest. 

    Thanks

  • Re: Internal Messaging System

    11-20-2008, 10:47 AM
    • All-Star
      76,237 point All-Star
    • NC01
    • Member since 08-26-2005, 3:33 PM
    • Posts 14,204

    I doubt if you can do both. The onclick is going to all ways fire first on a double click, thus canceling out the double click.

    NC...

     

  • Re: Internal Messaging System

    11-21-2008, 6:09 AM
    • Member
      25 point Member
    • sweta14
    • Member since 05-16-2008, 9:19 AM
    • Posts 98

    Any better way to solve my prob?

  • Re: Internal Messaging System

    11-22-2008, 8:44 AM
    • All-Star
      76,237 point All-Star
    • NC01
    • Member since 08-26-2005, 3:33 PM
    • Posts 14,204

    Don't use both the click and double click events? I don't know what you are actually trying to do, so I can't offer more help.

    NC...

     

Page 1 of 1 (6 items)