C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

show tray notification message in asp.net


Posted Date: 10 Oct 2008      Posted By: Arumugavel      Member Level: Silver     Points: 1   Responses: 2



hi all,

if when user login then automatically show the tray notification message "welcome this site". shows tray icon area. for asp.net project


Pleas help me

Thanks & Regards
Arumugavel M





Responses

Author: senthil    10 Oct 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 4

hi

First move to source page use the <body> tag

and insert the onload event.

The codings are given below:

<script language="javascript" type="javascript/text">
function welcome()
{
alert("welcome this site");
}
</script>
<body onload="welcome();" runat="server">


Hope this is help for U...



Author: gomathinayagam    10 Oct 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 3

asp.net project runs only in web browsers. if you need to move your application into system tray, do it in window application that interact with your website.

Gomathi Nayagam

Please Rate my answer if it has helpful to you



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : silverlight
Previous : HI i lookup for Volonter asp.net site develop job
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use