Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am in middle of a chat application which uses the ASP.Net Ajax. Please check Chating in asp.net using Ajax (Pop-up windows)[^]. In that application I have to store the messages to Database recieved from different users by simple postbacks/submits. And storing messages to DB is a bad idea and now I want to handle the messages in a better way. Please suggest me how to store messages from sender (user1) in memory on the server so that I can return the message to the reciever (user2) on pinging the server.

Thanks in advance.
Posted

1 solution

Hi Narsimlu,
I will suggest you to ask this question in articles FAQ.

Chating in asp.net using Ajax (Pop-up windows)[^]
 
Share this answer
 
Comments
Narsimlu Keshagouni 18-Jun-10 3:21am    
Thanks Jitendra, I will post it there. But I want to keep it here as the question could be to how to handle temporary data in ASP.Net for different sessions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900