Refresh page while record added in database
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
hi.currently i m using asp.net 2.0 (2005) C# coding. when user save a record, that records REMARKS should be shown to another person(person id available in another table record) as popup or like Instant message. how to achieve it? help me - KARAN
Karan_TN wrote:
that records REMARKS should be shown to another person
So is this 'remark' of yours be shown to a person who is logged in and sitting somewhere else? What if he is not logged in? From what you have told, looks like an indicator to someone after a certain event. So, you can email the person once save happens through your code. Emailing would avoid scenarios like other person not logged in or so.