Quantcast
Channel: Asp.Net MVC – YogiHosting
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to Read Excel in ASP.NET MVC and show it in Grid manner with Paging

When reading large size excel files, and showing their data in the form of HTML Grid, on your View then make sure you provide paging links also. Through these paging links user can navigate from one...

View Article



Image may be NSFW.
Clik here to view.

How to Import Excel File into Database in ASP.NET MVC

If you want to Import Excel File into your database in ASP.NET MVC then this tutorial will teach you the fastest way to accomplish this. In this tutorial you will learn: How to upload an Excel File to...

View Article

Image may be NSFW.
Clik here to view.

How to create a PDF file in ASP.NET MVC using iTextSharp

If you have to Create a PDF file you can use iTextSharp DLL. It is a free DLL which you can install from NuGet. After installation, include the below 2 namespaces in your Controller: using...

View Article

Image may be NSFW.
Clik here to view.

How to send HTML Emails with Attachments in ASP.NET MVC

The System.Net.Mail namespace contains the MailMessage and SmtpClient classes that are used to Send SMTP emails from C#. In this ASP.NET MVC tutorial I will teach you with example how to send emails...

View Article

Image may be NSFW.
Clik here to view.

Tutorial – Implementing your own ASP NET Web API from Start [with Code]

In this Tutorial I will teach how to Implement your own ASP NET Web API from start. This API will fetch records from the database and provides the consumer with these records in JSON format. This API...

View Article


Image may be NSFW.
Clik here to view.

Tutorial – Consuming ASP NET Web API from Start [with Code]

On my last tutorial I taught How to Implement ASP NET Web API which returned products from database in JSON. Now I will consume this Web API in ASP.NET MVC. Let start with the API consuming part....

View Article

Image may be NSFW.
Clik here to view.

Tutorial – Consuming ASP NET Web API in jQuery from Start [with Code]

On my last tutorial I taught How to Implement ASP NET Web API. The Web API returned products from database in JSON. Here I will show how to consume this API in jQuery. Create a Controller Create a new...

View Article

How to Upload Multiple files using jQuery AJAX in ASP.NET MVC

You will take just 3 minutes to read and understand this jQuery file Upload tutorial that uses AJAX and does not perform page reloading when saving the files on the server. Moreover it is able to...

View Article


Image may be NSFW.
Clik here to view.

Exposing Multiple Ways to call Partial Views in ASP.NET MVC – with codes

A Partial View is just a view that is rendered inside another view. It helps to break a large view into smaller components to remove code duplication and increase reusability. By using partial views...

View Article


Image may be NSFW.
Clik here to view.

How to Implement Discord API in ASP.NET MVC & C#

Discord is All-in-one voice and text chat for gamers that’s free, secure, and works on both your desktop and phone. As of December 2017, there were about 87 million unique users of the software. In...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images