Backbone.js – Building interactive client-side web apps

I know this is the very interesting and need to create a web application with fast and very responsive user interface just like as windows application. The month ago I created a run-time web form designer using the JavaScript and jQuery, the overall work was very good you can design a web form with the drag and drop html controls at run-time, Continue reading “Backbone.js – Building interactive client-side web apps”

How to show Indian currency symbol in MVC WebGrid

is the new Indian Rupee currency sign.it was presented to the public by the Government of India on 15 July 2010. When you try to show ₹ currnecy symbol using Culture and UCulture, you get the default currency symbol ‘Rs’ not ₹ then you need to set customize the symbol. Same problem occurs when you want to show this symbol in WebGrid in MVC projects. Continue reading “How to show Indian currency symbol in MVC WebGrid”

Spinner or numeric up down cell in WebGrid in MVC

The following code shows how to insert jquery spinner control in your WebGrid in MVC project. For it i am showing you a simple example of WebGrid.

The following example contains a webgrid with the employee’s details including their department and salary. The code is implementing spinner into salary field so that user can change the salary through up and down buttons. Continue reading “Spinner or numeric up down cell in WebGrid in MVC”

Filtering records in WebGrid using dropdownlist in MVC

The blog entry demonstrates how you can filter the data on the basis of another control selection such as dropdown list.

The following example contains a dropdownlist with all department names and a webgrid that will contain employee’s details including their department that will be changed on the to dropdownlist selection change. Continue reading “Filtering records in WebGrid using dropdownlist in MVC”