10901 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
10898 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
10862 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
10857 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
10801 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

10653 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
10644 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
10634 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
10531 0
Get JSON result from MVC using jQuery Ajax & show JSON data in HTML
In this article, I will explain to you how you can call .NET MVC controller using jQuery, get JSON data from it, and injecting that JSON data into HTML
Type
Article
10520 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

Page 9 of 31