12379 1
Performing CRUD operations in ASP.NET MVC using jqGrid (Explanation with example)
This article will explain you step by step, about how to perform CRUD operations in asp.net MVC using jQGrid
Type
Article
12248 0
Implementing WebGrid in MVC (Step by step integration)
In this article, I am going to provide you step by step procedure of implementing WebGrid in MVC.I will also explain how to sort, paginate, specify column name's etc in WebGrid of MVC
Type
Article
12100 0
Read Excel file and import data into GridView using Datatable in ASP.NET
In this article, I have explained how you can use C#, to read excel file into GridView using datatable in ASP.NET web-forms
Type
Article
12013 0
How to enable caching in IIS
Explains how to enable caching in IIS so that performance of website is improved by not requesting same content again
Type
Article
11938 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

11891 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
11693 0
Enabling CORS in IIS (Various possible methods)
In this article, I have provided various possible methods to enable CORS using IIS server configuration, using C# or Web.Config or using IIS manager.
Type
Article
11691 3
How to show date time with am/pm using C# in ASP.NET?

I have datetime saved in the database as "2019-04-06 15:22:23.150" now, how can show this date time value to user with am/pm using C# or Razor syntax in MVC View?

Sample output : 09/04/2019 03:52 PM

Thanks

...
Type
Question
11607 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
11571 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 6 of 31