how to get notification on data insertion for approval in asp.net C#

Posted by Arvindtomar under C# on 1/8/2014 | Points: 10 | Views : 2024 | Status : [Member] | Replies : 2
I want to get notification like facebook, when any person insert data or register and admin get notification for approval in asp.net or aspx page not on email id




Responses

Posted by: vishalneeraj-24503 on: 1/8/2014 [Member] [MVP] Platinum | Points: 25

Up
0
Down
You can implement email logic,when insert operation happens.

In btn_save event,if record successfully inserts into DB,then write email logic.

for email:-
http://www.codeproject.com/Tips/371417/Send-Mail-Contact-Form-using-ASP-NET-and-Csharp
http://www.aspdotnet-suresh.com/2010/11/introduction-this-article-i-will.html

Arvindtomar, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Learningtorise on: 1/8/2014 [Member] Starter | Points: 25

Up
0
Down
You can use this JQuery Plugin to show fancy message:

http://akquinet.github.io/jquery-toastmessage-plugin/

http://hashtagakash.wordpress.com/

Arvindtomar, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response