ASP.NET TaskBar Pop-up Control
-
Hi, I have a requirement where i need a taskbar popup control appears when work assigned to some person( user of the application), like msn msg appear on taskbar when a new message received, but i need the same funtionality in asp.net using ajax.
KnightGuy
-
Hi, I have a requirement where i need a taskbar popup control appears when work assigned to some person( user of the application), like msn msg appear on taskbar when a new message received, but i need the same funtionality in asp.net using ajax.
KnightGuy
Here is the Most Popular Article From Code Project. ASP.NET Popup Control[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Here is the Most Popular Article From Code Project. ASP.NET Popup Control[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
This control doesn't work with update panel, below feedback indicating...
KnightGuy
-
Hi, I have a requirement where i need a taskbar popup control appears when work assigned to some person( user of the application), like msn msg appear on taskbar when a new message received, but i need the same funtionality in asp.net using ajax.
KnightGuy
mharoonkhan wrote:
like msn msg appear on taskbar
I don't think you can have control over the taskbar from your webpage. Msn is a Windows application. The thing i can suggest is when a new message arrives, change the title of your webpage so, new text will appear in the taskbar (as title). You can also set focus to the window containing message so that it will be highlighted. Hope this will help.
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.
-
This control doesn't work with update panel, below feedback indicating...
KnightGuy
Why do you need to put this control with inside Update panel. You have to invoke that only. Or you are looking for some thing different ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Why do you need to put this control with inside Update panel. You have to invoke that only. Or you are looking for some thing different ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
i have a gridview (shown the tasks which is assigned to him) inside update-panel so that it would automatically refreshed after 20 seconds, if new task assigned to him then i need a popup control indicate a new task assigned kindly work on it.
KnightGuy
-
i have a gridview (shown the tasks which is assigned to him) inside update-panel so that it would automatically refreshed after 20 seconds, if new task assigned to him then i need a popup control indicate a new task assigned kindly work on it.
KnightGuy
So, Did you tried to invoke the popup during your partial postback of the page ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
So, Did you tried to invoke the popup during your partial postback of the page ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
This Control has a probem it doesn't work within update panel.
KnightGuy