Author: sapnamc | Posted on: 11/26/2008 6:40:06 AM | Views : 1255

Hi,

I need to develop a Mail Messaging system in an application devoloped in asp .net 2.0.
The messaging system(inbox) should work in a similar fashion as GMAIL.

when user click on a message in Inbox it opens the message page and display the message.

All the correspondence(replies) done to that message will be shown as stack of panels.Only header of the panel will be visible .Header shows name,subject ,date.

On click of header(panel header)  the panel will get expanded and the message body  will be shown.Each message body (panel)will have a reply button .onclick of the reply button a  Text Area will appear to enter the reply.Once replied new reply will be  added to the message stack.

When the Message page loads the latest reply will be shown expanded.

Now my requirement is...

Which is the asp .net web se ...

Go to the complete details ...