Hi, I want to build and clean my project solution in visual studio code, but I can't find the option of clean and build in visual studio code, like we clean the project by clicking right project and click on "Clean" or "Build" in Visual Studio.
How can I do the same thing in visual studio code. Thanks.
...Hi, I want to pass multiple checkbox values for deleting data like
checkbox1: a,b,c,d checkbox2: e,f,g,h
and pass it to the controller and want to show modal popup before sending Data to the controller:
Are you sure, you are going to delete 2 items? (Delete/No)
the modal pop-up will contain the only count of selected data and delete button for confirmation?
Delete button will delete all selected data
should I pass the data in JSON format or in the string?
Right now, I am passing the data like : var a = {values = CommaSeperatedValues}
In the controller Method passing argument as List<string> values
and fetched values but I am getting an error like unexpected char at JSON
how can I disable browser back-forward button after logging out from asp.net MVC C# web application, I have tried this javascript code
...I am trying to download Visual Studio 2019 Community edition for offline or Visual Studio 2022 community edition for offline, but I would like to know what is the total size for Visual Studio 2019 / 2022 Community Edition? I have downloaded 20GB of VS 2019, but it is still not complete, so I would like to know how long I will have to wait.
...