15
Answers

Need help with this GUI

Photo of Prime b

Prime b

13y
1.2k
1



I keep getting error when I try to remove students , etc.

Answers (15)

-1
Photo of Ankit Sharma
NA 8.8k 141k 7y
Hi Nazmul,
 
you can install sweetalert using Nuget packagemanager console
 
Install-Package SweetAlert 
 
use this link to know how to use sweet alert in razor pages
 
http://www.c-sharpcorner.com/article/introduction-to-sweetalert-library-in-asp-net-mvc-razor/ 
 
you can also get some alert box examples here
 
https://limonte.github.io/sweetalert2/ 
 
https://sweetalert.js.org/docs/
-1
Photo of Pramod Thakur
NA 7.3k 791.7k 7y
Follow this article.
 
http://www.c-sharpcorner.com/UploadFile/4d9083/sweet-alert-with-mvc/