I want to show the notification count above the icon for example i need to show no of files uploaded today, requests received etc and so on. (Like Facebook unread message).
regards
arun sahani
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted May 31, 2016, 7:34 AM
- Create a table to store the records.
- When page loads, count the number of records (rows) in the table.
- Show that count in the document.
It depends on where you want to show, but typically, you show this data in the main layout instead of pages. If this is .NET Core, then you will be using a layout file, if that is a legacy framework such as Web Forms then you will be using a Master page.