Click here to Skip to main content
15,885,182 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In an Asp.net app how can I add a notification bar in a website(online shopping store) which will let the admin, of the website , know about the on going events of the site like if a customer orders any thing it will be notified to the admin
Posted

You don't want to add a notification bar to your site, although you could. But that would mean your admin will have to be watching the site all the time to see the notifications. I suggest sending emails when there are events the admin needs to know about and/or having a grid that the admin can refresh to see the list of current items.
 
Share this answer
 
Comments
Ayesha_K 11-Oct-15 17:39pm    
No. I think you didn't get it by the way thanks for the reply. Actually I want something like fb notifications.I want the notification panel of my site to contains all the detail about the customer orders. for that what should I do ??
ZurdoDev 11-Oct-15 20:06pm    
Notifications can be done anyway you want. I believe there are jquery versions that you could implement somewhat easily.
Well, you need to think step by step for this & I can't do that much coding.
But here's an idea.
What you can do is, create the logs for the events you're talking about. And on the admin login you can load that logs using jQuery (your notifications).
And once the notifications are viewed/read by the admin, you can clear the logs, and refresh that particular portion of your page.

You can maintain your logs from server-side and read it to the client-side using jQuery.

-KR
 
Share this answer
 
Comments
Ayesha_K 17-Oct-15 14:57pm    
thanks i will try this

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