C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Training   ASP.NET Web Hosting    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

Play Silverlight Games or Submit your Silverlight applications and earn 90% AdSense revenue.

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




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:     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:     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.


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