have message,senderid,receiverid columns...in chat window am displaying only msg with senderid...how to accomplish this
how to maintain current session id in chat application
Hi..I have chat app..If p1 and I are chatting...the previous values will b coming..if i chat with p2 then all old messages (sent to p1) are also coming...I
Abhineet SrivastavaPosted Jul 20, 2013, 12:10 PM
dataview.rowfilter="(senderid=session["senderid"] and receiverid=session["reciverid"]) and (reciverid=session["senderid"] and senderid=session["reciverid"]) "
yadagiri uppariPosted Jul 20, 2013, 7:47 AM
Abhineet SrivastavaPosted Jul 20, 2013, 7:11 AM
Are you storing Sender Or receiver id in Viewstate or session?