| Articles |
Custom Style Validation in Asp.net MVC3Normally Jquery unobtrusive validation in MVC3 has some default style
here we can look at a validation performed in Custom Style by modifying jquery.validate.unobtrusive.js file and applying some styles to itViews: 292 | Posted by: Nighil | |
Autosuggest which suggests on Enter Key PressNormally an Autosuggest control works when we press a key, it will suggest all values.Suppose database has lakhs of records then the problem arise, when user presses key each time it will go to Database and searches this will make Autosuggestion slower so here we will see a Autosuggest which searches when user permit it only by pressing Enter KeyViews: 253 | Posted by: Nighil | |
MultiLevel AutosuggestAll may be familiar with auto-suggest control in ASP.NET MVC. In this article we will look into creating an auto-suggest which selects the item-name when code is entered or item-name is entered. There may be occasions when item code is known sometimes or name may be known. By using this technique you can apply both.Views: 335 | Posted by: Nighil | |
|
|
Knockoutjs with Asp.net MVC4Knockout.js - is a popular JavaScript library that allows easy creation of feature-rich applications based on Model-View-View Model (MVVM) pattern: user interface can be bound to a separate existing data model. And any change of the model will result in dynamic refresh of the interface.Views: 932 | Posted by: Prabhat39 | |
KNOW WHAT IS MVC AND DEVELOP A SIMPLE APLICATION* Introduction To MVC
* Why Asp.net MVC over Asp.net Web Forms
* MVC Architecture-Overview
* MVC Request Life Cycle
* Basic Example –ExplainViews: 1156 | Posted by: Prabhukiran345 | Votes: 1 | Rating: 5 out of 5 |
Action Results in the controllers MVC4When ever we create a controller .By default we will get an action result method .We have different types action results .Let us have an overview of available action results and where to use appropriate action resultViews: 762 | Posted by: Saratvaddilli | |
Let us know about the software requirements , Templates allowed and folder structure of an Asp.Net MVC ApplicationIn this article we are going to know the software requirements to work with asp.net mvc4 and Supported Templates , Folder structure of an Asp.Net MVC4 applicationViews: 551 | Posted by: Saratvaddilli | |
Advantages of MVC than WebformsIn today's dot.net world MVC architecture was the new hot cake released in 2009 . In 2012 MVC4 has been released and the developers are moving towards Asp.Net MVC. Let us see why MVC than Web-forms and what are the advantages of MVC over Webforms .Views: 1132 | Posted by: Saratvaddilli | |
|
|
Validations In MVC Part 4In this article we will try to understand how to implement server side validation, client side validation logic to the Model class in ASP.NET MVC.Views: 2876 | Posted by: Vasanthmvp | Votes: 2 | Rating: 4 out of 5 |
ASP.NET MVC IN ACTION with a Sample Application – Part 3In this article, our goal is to demonstrate MVC in action by creating a sample data entry application.Views: 2132 | Posted by: Vasanthmvp | Votes: 1 | Rating: 5 out of 5 |
MVC – Application Structure, Components, Functionality with an example – Part 2In this article, we will try to understand how an MVC application structure looks like, the application components and its functionality with a static and a dynamic output example.Views: 2070 | Posted by: Vasanthmvp | Votes: 3 | Rating: 5 out of 5 |
Introduction to ASP.NET MVC (C#) – Part 1Let's start with a series of articles to learn, try to understand and dig more into ASP.NET MVC Framework. As part of it, I'm posting my first article.Views: 2659 | Posted by: Vasanthmvp | Votes: 1 | Rating: 5 out of 5 |
Routing in ASP.NET MVCIn this article I am going to explain about Routing in ASP.NET MVCViews: 2042 | Posted by: Bharathi Cherukuri | Votes: 2 | Rating: 3 out of 5 |
MVC tutorial number 12 - What is RAZOR in MVC 3?This is the 12thMVC (Model view controller) tutorial and in this article we will try to understand what is Razor in MVC 3.Views: 22344 | Posted by: Questpond | |
How to validate using Data annotation(MVC tutorial number 11)?In this article we will try to understand how we can use data annotations for doing validations in MVC web application.Views: 9592 | Posted by: Questpond | Votes: 2 | Rating: 5 out of 5 |