11651 0
Import Excel data in Sql server database in ASP.NET Core MVC using OleDb
In this article, I have provided step by step code to import excel rows into sql server database in asp.net core mvc
Type
Article
11483 0
What is Partial View ? (MVC 5 Usage with examples)
In this article, you will get to understand about Partial View in MVC and when to use it and different ways to load it with example.
Type
Article
11360 0
Using ckEditor for ASP.NET
This article gives step by step procedure on how to implement ckEditor in ASP.NET Web-forms.
Type
Article
11348 1
Download multiple files as ZIP archive in ASP.NET MVC (DotNetZip example)
In this article, I have explained how you can download files as ZIP easily using DotNetZip library in ASP.NET MVC C#.
Type
Article
11267 2
How to get Image from Controller in MVC and display it as Profile pic in layout.cshtml?

Hi, I would like to know how can I return Image from MVC controller using C#?

Actually I would like to get image and show it on _layout.cshtml page as profile pic when user is Logged in, something like below code

...
Type
Question

11147 2
how to get MVC model list in javascript and pass it to controller?

How to fetch model values (IList<Model>) in the script and pass the data to the controller?

I want to pass the data like : 

array 0 : id : 1,id:2

array1 : id : 3,id:4

...
Type
Question
11126 0
jQuery Datatable Server side Processing (paging, sorting and filtering) in MVC C#
In this article, I have provided step by step explanation about how we can achieve server side pagination, sorting and filtering in ASP.NET MVC using database table.
Type
Article
11104 2
Ajax.Beginform is posting form values twice in MVC?

I am using Ajax.BeginForm in Modal pop-up, but when submitting form values, it is calling controller twice and hence saving the same form details twice in the database, what can be the cause of it, i am not able to find any good solution on internet, I am using PartialView in ActionMethod to return Ajax.Beginform view

Here is the PartialView code

...
Type
Question
11043 1
How to integrate ZKTEco f18 biometric fingerprint reader for Attendance in ASP.NET MVC?

I have a ZKTEco f18 fingerprint scanner. I want to integrate the SDK with my ASP.NET MVC application for Daily attendance with this demo table. ...

Type
Question
11032 2
How do I stop from browser being closed when I stop debugging in Visual Studio 2017?

I have recently updated my Visual studio from 2015 to 2017 and started using 2017 now, but when I start debugging in it, it opens website in new browser tab and as soon as I stop debugging it closes the browser tab/website also.

Previously, in Visual Studio 2015, Browser tab never used to get closed as soon as I stop debugging.

So, how i can disable this new feature and keep website open/running even when debugging is stoppped in Visual Studio 2017?

...
Type
Question

Page 9 of 31