I am developing Online Food Ordering web application[asp.net+Sql]. I want to show automatic popup at admin side when user order for food. (Like fb notification). When user place order that time admin should get automatic popup.
Well this is somewhat difficult if you don't have AJAX knowledge.
You will have to repeatedly query server and check if there any new record inserted and if there is they you will have to show popup
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.