WebGrid is simply used to display the data with paging and sorting. If you want to control the default behavior of the webgrid, you need do it manually. In this article, I would like to explore how can we do custom paging and sorting. In this article I have used the MVC4 and Entity Framework 5.0 with VS2012.
...Read more
|
This article will demonstrate, how to make and validate cascading dropdown list with in Asp.Net MVC4 Razor application using custom server-side and client-side validation. In this article, you will learn how set selected value with in Dropdown list in MVC Razor.
...Read more
|
Caching is a most important aspect of high-performance web application. Caching provides a way of storing frequently accessed data and reusing that data. Practically, this is an effective way for improving web application’s performance.
...Read more
|
Many times, we required to upload file with strongly-typed view and also apply validation on uploading file using data annotation validators. In this article, I would like to share, how can we upload a file and validate that file, firstly at client side and after that at server side.
...Read more
|
Basically, Routing is a pattern matching system that monitor the incoming request and figure out what to do with that request. At runtime, Routing engine use the Route table for matching the incoming request's URL pattern against the URL patterns defined in the Route table. You can register one or more URL patterns to the Route table at Application_Start event.
...Read more
|
Type Casting is the mechanism to convert one data type to another. While type casting of one data type to another, we get exception if the previous one data type is not compatible with the new data type. To avoid this exception, we have IS and AS operator in C# for safe type casting. Let's understand how to use both of them.
...Read more
|
This article will demonstrate, how to create an Asp.Net MVC application with CRUD (Create, Read, Update, Delete) Operations using jQuery JSON and Entity Framework 4.1. Suppose you have below table in database.
...Read more
|
DHTMLX has announced the release of Scheduler .NET v. 2.1 for ASP.NET.
The updated version of the Ajax-powered calendar control includes live update, multi-page export to PDF and other improvements.
The introduced features can be effectively applied in event and booking calendars, task managers, job schedulers and other systems created with Scheduler .NET web control. They much facilitate the scheduling process.
Downloadable packages include DHTMLX Scheduler .NET with IIS8 WebSockets and SignalR.
DHTMLX Scheduler.NET is available in Standard and PRO Editions. The PRO edition allows you t
...Read more
|
A simple 5-step tutorial on how to create a scheduler / event calendar in ASP.NET MVC3/MVC4 Razor.
Setup via NuGet; code snippets and screenshots are available.
...Read more
|
DHTMLX Scheduler .NET 2.0 Released. It comes with a new attractive 'terrace' skin and new user-friendly features: Grid View, 'create-on-click' events, integration with Google Calendar, blocking and marking time spans, multiple schedulers and more.
...Read more
|