Page view counter

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
    • Loading...
    • sweta14
    • Joined on 05-16-2008, 9:19 AM
    • Posts 96
    • Points 25

    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
    • Loading...
    • skvignesh
    • Joined on 10-28-2008, 12:51 PM
    • Tamilnadu, India
    • Posts 457
    • Points 2,367

    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
    • Loading...
    • sweta14
    • Joined on 05-16-2008, 9:19 AM
    • Posts 96
    • Points 25

     

    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
    • Loading...
    • NC01
    • Joined on 08-26-2005, 3:33 PM
    • Posts 13,275
    • Points 71,391
    • TrustedFriends-MVPs

    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
    • Loading...
    • sweta14
    • Joined on 05-16-2008, 9:19 AM
    • Posts 96
    • Points 25

    Any better way to solve my prob?

  • Re: Internal Messaging System

    11-22-2008, 8:44 AM
    • Loading...
    • NC01
    • Joined on 08-26-2005, 3:33 PM
    • Posts 13,275
    • Points 71,391
    • TrustedFriends-MVPs

    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)