1
Answer

Multiple workstation app

Photo of patrick

patrick

15y
3.2k
1
I need my application to detect if a database exists, create it if it doesnt(with a set schema), and work off that database, and allow networked computers to work off the same database. The IDE automatically put DataSource=|DataDirectory|\Data\AllData.sdf as the connection string. This is fine, but I cant figure out how to allow networked computers (running the same application) to access the database.

Answers (1)

-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/