1
Answer

Shared Drives - Domain ID

Hello all....
 
I once again need help....
 
My requirement is -
1. User will input domain name. Domain Name - when we press "Ctrl + Alt + Delete" to login the system.
 
2. I need to get all the shared drives of that particular user or domain id.
 
How do I get this list ?
 
These shared drives are seen in "My Computer" . But  I need to get it in C#.NET Code.

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/