Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all,
In my asp.net application I want notification concept like face book. I have groups in my project when user want to join in some group and press join button then request should be sent by notification to group admin. when group admin will log in he/she can view all notification and approve or decline the request.

please help me..

thanks in advance
Posted

1 solution

Hi,
You need to use Inbox concept in your application and at log-in time you need to display all messages to that particular user based on his/her messages.

I hope it helps,
Cheers
 
Share this answer
 
Comments
betu.009 18-Apr-12 6:53am    
what is inbox concept? can you explain in little detail pleaseeeee?
Reza Ahmadi 18-Apr-12 7:18am    
I mean you need to save a record per every request in a table like 'Inbox' ( in the table you need to have necessary fields like: requester, groupAdminId, ...), then, when an admin signs in, you will display his/her corresponding messages according to Inbox table.
betu.009 18-Apr-12 8:46am    
ok i got it...let me try..if any difficulty i will get will ask you again..thanks for help

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