ASP.NET MVC Articles (111) - Page 3

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

111 records found.
 
Sheonarayan
Loading search result without page refresh in ASP.NET MVC (Ajax) 
Last updated on: 05 Mar 2015 06:00:28 AM by Sheonarayan | Views: 88172 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
In this article, we shall learn how to load search result from the database without page refresh in ASP.NET MVC. All this we are going to achieve using ASP.NET MVC Ajax helper methods.
Sheonarayan
Working with Roles in ASP.NET Identity for MVC 
Last updated on: 29 May 2015 05:18:46 AM by Sheonarayan | Views: 377091 | Category: ASP.NET MVC |
Votes: 7 | Rating: 5 out of 5
In this article, we are going to learn how to create a role, modify role, delete role and manage a role for a particular user using ASP.NET Identity in ASP.NET MVC. The entire source code can be downloaded from GitHub.
Sheonarayan
Checking for existing username without page refresh in ASP.NET MVC (Remote validation) 
Last updated on: 20 Jun 2014 04:25:37 AM by Sheonarayan | Views: 45634 | Category: ASP.NET MVC |
Votes: 2 | Rating: 5 out of 5
In this article, we are going to learn a frequently used functionality in any web application where at the time of registration it is checked for the existing username in the database and user is alerted that this username already exists. There are few ways to do that and one of them is by using the Remote Validation in ASP.NET MVC. This article describes how to use Remote Validations in ASP.NET MVC to achieve this task.
Vishvvas
ASP.NET MVC bibliography 
Last updated on: 18 Jun 2014 09:06:08 AM by Vishvvas | Views: 16954 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
This brief article explores the features and differences in different versions of the ASP.NET MVC.
Chakravarthi
Search Functionality in ASP.NET MVC 
Last updated on: 20 May 2014 11:05:09 AM by Chakravarthi | Views: 66957 | Category: ASP.NET MVC |
This article explains how to create search functionalities in MVC
Santosh.Impossible
Removal of Unnecessary HTTP Headers 
Last updated on: 02 May 2014 04:15:59 AM by Santosh.Impossible | Views: 10739 | Category: ASP.NET MVC |
Votes: 1 | Rating: 4 out of 5
The main objective of this article is remove the unwanted HTTP headers that are there in the response headers section of a HTTP request.
Sheonarayan
Different ways to produce output in ASP.NET MVC using Action Methods 
Last updated on: 20 Mar 2014 03:50:53 AM by Sheonarayan | Views: 28912 | Category: ASP.NET MVC |
Votes: 2 | Rating: 5 out of 5
In this article, we are going to learn different ways to produce output to the web page using action methods in ASP.NET MVC.
  • Sheonarayan
    Developing a star rating in ASP.NET MVC 
    Last updated on: 14 Mar 2014 05:00:57 AM by Sheonarayan | Views: 82870 | Category: ASP.NET MVC |
    Votes: 11 | Rating: 4.82 out of 5
    In this article, we are going to learn how to develop a star rating system in ASP.NET MVC.
    Sheonarayan
    Maintaining image size and position on the page in database using ASP.NET MVC 
    Last updated on: 07 May 2014 07:20:25 AM by Sheonarayan | Views: 31850 | Category: ASP.NET MVC |
    Votes: 4 | Rating: 5 out of 5
    In this article, we are going to look into how to maintain the image size and position of an image on the page in database so that next time the image renders on the page it renders exactly at the same place and same size where user had saved. ASP.NET MVC is used in the article however the same approach can be followed in any other technologies.
    Chakravarthi
    Using WebGrid to populate data as gridview in ASP.NET MVC RazorView 
    Last updated on: 13 Dec 2013 07:01:49 AM by Chakravarthi | Views: 204013 | Category: ASP.NET MVC |
    Votes: 1 | Rating: 5 out of 5
    In this article, I would like to discuss using webgrid helper class to populate data in tabuular foramt in asp.net mvc Razor view engine.
    Sourav.Kayal
    Implement Web-API in normal Web Form application 
    Last updated on: 26 Nov 2013 09:51:22 PM by Sourav.Kayal | Views: 7154 | Category: ASP.NET MVC |
    In this article we will learn to integrate Web-API in Web Form application.
    Sourav.Kayal
    GET method to call Web-API using jQuery ajax 
    Last updated on: 26 Nov 2013 08:42:39 PM by Sourav.Kayal | Views: 31591 | Category: ASP.NET MVC |
    In this article, we will learn how to call Web-API service using jQuery AJAX method.
    Sheonarayan
    Auto populate DataTable columns to the Views in ASP.NET MVC 
    Last updated on: 21 Nov 2013 07:36:21 PM by Sheonarayan | Views: 71306 | Category: ASP.NET MVC |
    Votes: 4 | Rating: 5 out of 5
    In this article, we will learn how to automatically populate DataTable columns to the Views in ASP.NET MVC just like GridView automatically binds DataSource (DataTable in this case) columns automatically in ASP.NET web form.
    Sheonarayan
    Saving HTML 5 canvas as Image in ASP.NET MVC 
    Last updated on: 19 Nov 2013 06:46:38 AM by Sheonarayan | Views: 86923 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    In this article, we will learn how to save HTML 5 canvas as image on the server in ASP.NET MVC.
    SheoNarayan
    Implementing RichTextEditor or WYSIWYG (TinyMCE) in ASP.NET MVC 
    Last updated on: 03 Feb 2014 01:05:38 AM by SheoNarayan | Views: 60408 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    In this article, We are going to learn how to implement RichTextEditor or WYSIWYG editor TinyMCE in ASP.NET MVC application.