10730 1
Form Submit in ASP.NET MVC C# (HTML.BeginForm Example)
In this article, I have explained about HTML.BeginForm in ASP.NET MVC and how to submit form in asp.net mvc C# using simple example.
Type
Article
10707 0
How to get month name from month number in C#?
In this short article, I have explained how you can get month name in C# easily in any format, using Datetime.
Type
Article
10691 7
How to create monthly attendance sheet with MVC?

I want to display a monthly attendance sheet using the below SQL tables:

 Screenshot_1-min.png

this is the attendance table.

img2

this is the employee table.

Here is the image of the output, which I need in the view

img4

And here is the current C# Code for the action is:

...
Type
Question
10607 2
Where Can I download complete Visual Studio 2017 ISO?

Hello, I need to download community edition of Visual Studio 2017 ISO complete? Where Can I download it?

I would like to have .ISO file to download if possible, thanks

...
Type
Question
10532 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

10440 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
10408 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
10385 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
10365 0
Convert ASPX page to PDF in ASP.NET using iTextSharp
In this article, I have explained and showed a demo of how you can convert ASPX page into PDF using iTextSharp in your asp.net web-application.
Type
Article
10362 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

Page 8 of 31