Hello,
I am developing a social web site with chat facility. Hence when user will visit different pages then need to maintain chat section in same state. If I do it in general way then every time when user will visit to other page, chat section also reload and
present chat status will face difficulty. So want to do it in such way that whatever the page is chat section will be same. Its similar like facebook or google plus.
I can think one solution with two IFRAMEs in main page from where two part will be linked so when one part will refresh and redirect to another page other section will be impacted. But it seems it is not a good idea. So what might be some better solution,
can I load these in a master page with two content or some other solution available?
I am using different website for social site and for chat (chat with SignalR) like
www.mainsite.com and
www.chat.mainsi ...
Go to the complete details ...