12795 1
how to implement remember me functionality in mvc?

how to implement remember me functionality in mvc?

is it secure to use cookies for this?

...
Type
Question
12793 3
How to send browser push Notification using asp.net web-forms?

Hi, I would like to know how can I send or push notification to the user to the browser using asp.net web forms? Something like the below image

...

Type
Question
12762 0
Remote Validations in MVC (Check if Email id exists in database)
In this article, I have explained how we can use Remote validations in MVC to check if username or email id is already registered and saved in database or not while registering a user.
Type
Article
12738 2
What is the visual studio 2019 download size, complete Community Edition?

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.

...
Type
Question
12545 2
How to clean and build solution in visual studio code (.net core2)

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.

...
Type
Question

12471 0
Use of Ajax.BeginForm in ASP.NET MVC C#
This article gives a brief introduction to Ajax.BeginForm & explains how to use it in ASP.NET MVC C#
Type
Article
12465 1
Create Captcha in asp.net with refresh button (Code with example)
In this Article, I will Explain how to add and validate Captcha Image in Asp.Net Application using Mscaptcha dll Example with refresh button
Type
Article
12457 0
Best Free ASP.NET Hosting Providers
In this article, I have provided few best free asp net hosting websites, which can be useful to publish demo asp.net application for free.
Type
Article
12436 0
OutputCache in ASP.NET MVC ( Caching in MVC)
This article will help you in understanding the usage of OutputCache with its filter parameters and how to improve the performance of your web application using OutputCache with an example.
Type
Article
12420 1
Pass checkbox values to Controller and show confirmation before deleting data in MVC C#

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

...
Type
Question

Page 7 of 31