Toastr notifications after ImageButton is Clicked C# aspx – Asp.net
I am using .aspx in c# for creating food ordering system. Now my problem is in the menu part where I need to show toastr notications after I cliked this Image button. <asp:ImageButton ID="btnAdd" runat="server" BorderStyle="None" Height="52px" ImageUrl="~/assets/img/Cart.png" Width="151px" CommandName="AddtoCart"…