Keep on polling the database using a windows service and get the details of all experts from it. If some client wants to contact the expert then update the flag as 1 in db and fetch all the flag 1's and intimate the expert accordingly
On 8/1/09, sampath kumar <[email protected]> wrote: > > Hi ALL, > > I am a Asp.net c# developer.Currently i am doing a chat application .I had > a doubt in integrating the chat application. > > Our Flash team had developed the chat application and i need to integrate > it in my application(website). > > Chat is between an expert and a user. > > If user clicks on the expert name i can show the chat screen and hit the > database detail of the particular expert ,but i don't know how to show the > expert ,that a user is trying to ping him. > > So if i made that function i can complete the chat application.Please > suggest me ,is this the right method ? or you can also provide a better > suggestion to complete the chat application. > > If you need better explanation ,please reply me i will explain. > > Please help me regarding this chat application.Your help will be much > appreciated. > > Thanks and Looking forward for your reply. > > Thanks and Regards > E.Sambath >
