Click here to Skip to main content
15,891,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.

I've a requirement where I need to display a warning notification in web appliction for the employees whose employee id will expire in 1 month.

I'm using asp.net, C#

Thanks,
Imtiyaz
Posted

 
Share this answer
 
v2
Similar question with answers
Notification in asp.net[^]
 
Share this answer
 
Try below steps from microsoft web:

http://msdn.microsoft.com/en-us/hh550088.aspx[^]

http://msdn.microsoft.com/en-us/hh550088.aspx[^]


If i have understood ur question, hope this is what u r looking for.
 
Share this answer
 
C#
if(your codition)
{
MessageBox.Show("plz renew ur id",
"Important Note",MessageBoxButton.OK,MessageBoxImage.Exclamation);

}
 
Share this answer
 
Comments
mimtiyaz 7-Nov-13 5:04am    
Let me make my self clear, Take an example of codeproject.com. If someone send you a message or text, at the top right of you webpage beside your account id, a red coloured label will appear indicating about the new messages. This is what I want.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900