Showing posts with label MVC. Show all posts
Showing posts with label MVC. Show all posts

Sunday 17 November 2013

ASP.NET MVC Tutorial or Intro to ASP.NET MVC 4 or what is MVC (Model – View – Controller)

Hi Friends, in this article I will explain about ASP.NET MVC Tutorial or Intro to ASP.NET MVC 4 or what is MVC (Model – View – Controller).
Model View Controller or MVC as it is popularly called, is a software design pattern for developing web applications. A Model View Controller pattern is made up of the following three parts:

Sunday 20 October 2013

Thursday 17 October 2013

MVC4 Razor :Routing or Set StartUp page in ASP.NET MVC4 with example using C#.NET

Hi friends,in this article I will explain about MVC4 Razor Routing or Set StartUp page in MVC4 with example.
In Next articles I will explained about MVC4 Razor: How to use sessions using C#,MVC4 Razor:How to call Stored Procedure using C# and How to Create Cascading DropDownList in MVC 4 Razor and JQuery.

MVC4 Razor: How to use sessions in ASP.NET MVC4 Razor using C#.NET

Hi friends,in this article i will explain about How to use sessions in  MVC 4 Razor application?.
I already explained in the previous articles about MVC4 Razor:How to retrieve view values on POST method in Controller using FormCollection,Mvc 4 Razor CRUD Operation using C# and How to create a dropdown list field for MVC4 Razor view?

MVC4 Razor:How to retrieve view values on POST method in Controller using FormCollection || MVC 4 Razor:How to Create Simple Register Page/Form in ASP.NET using MVC 4

Hi Friends,in this article I will explain about MVC4 Razor:How to retrieve view values on POST method in Controller using FormCollection.
In previous articles i already explained about JSON: Create Cascading DropDownList from Database using JQuery in MVC 4 Razor,How to bind DropDownList from database in C# MVC 4 razor and How to Create Cascading DropDownList in MVC 4 Razor and JQuery.

Wednesday 2 October 2013

Enable/Disable Autocomplete to Textbox in C# or VB.NET

Hi friends,in this article i will explain about How to Enable/Disable Autocomplete to Textbox in C# or VB.NET.
We see in many sites when you double click on textbox then the previously entered names or data will appear.If we want to remove that appear of data that situation we refer this.
In previous articles i already explained about Validation in MVC 4 Razor with the Data Annotation Validators in “MODEL” , Bind,Save,Edit,Update,Cancel,Delete,Paging example in GridView in ASP.NET using VB.NET,How to insert multiple rows into the GridView without using any database in ASP.NET using VB.NET/C# || how to save multiple rows in GridView into a Session.

Wednesday 16 January 2013

MVC:How to Move data between two ListBoxes using JQuery

MVC:How to Move data between two ListBoxes using JQuery

namespace Mvc2.Controllers
{
    public class MovieController : Controller
    {
      

Monday 26 November 2012

HTML helpers in ASP.NET MVC 2


HTML helpers in ASP.NET MVC 2

DisplayFor: Returns HTML markup for each property in the object that’s represented
by the expression.

Sunday 25 November 2012

AngularJS tutorial for beginners or Introduction to Angular JS

What is AngularJS:
AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running single-page applications. Its goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier.
© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.