Re: Display link after async postback

  •  02-20-2008, 4:08 PM

    Re: Display link after async postback

    I know I can use <a href=BLOCKED SCRIPTOpenLiveSupport(status=1,width=500,height=400,resizable=1);">Live Support</a> To open the chat window after the async postback (update panel), but is there a way for me (from code behind C#) to check if any operators are online? So I can do something like if (checkIfOnline() > 0) strIsOnline = "Online" else strIsOnline = "Offline"
    Paul
    Post Hope
View Complete Thread