Browse by Tags

All Tags » jQuery (RSS)

Creating a simple Live Cricket Score using ASP.NET SignalR by imran_ku07

Introduction: I am from Pakistan. Like most of Pakistanis, I am also a huge fan of Cricket. Yesterday, I got some time from my busy job. I thought to create a simple Cricket Live Score feature using ASP.NET SignalR. It is also Interesting to note that...
Filed under: , ,

A Simple jQuery HttpClient by imran_ku07

Introduction: One of the reason why HttpClient getting popular day by day is that it is very simple to use and intuitive programming model. Due its simplicity, I have created a very simple HttpClient for jQuery(which abstract the jQuery.ajax calls) for...

A jQuery Plugin for Google Map Thumb(Magnifier) by imran_ku07

Introduction: Recently in one of my project I came across with a requirement to show a thumbnail(or magnifier) in Google map because there was a lot of custom objects(line, polygon, etc) on my Google map due to which the map become obscure. I was able...
Filed under: , ,

A Client Validation Issue in MVC 3 and MVC 4(Beta) by imran_ku07

Introduction: Recently while working on an application I ran into an client side validation issue. The issue was that ASP.NET MVC 3 application ignoring the cancel class(which is used to disable the validation of a particular submit button), when you...

WebGrid Helper with Check All Checkboxes by imran_ku07

Introduction: WebGrid helper is one of the helper of ASP.NET Web Pages(WebMatrix) technology included in ASP.NET MVC 3. This helper is very easy to use and makes it very simple to display tabular data in your web page. In addition to displaying tabular...

Overriding Unobtrusive Client Side Validation Settings in ASP.NET MVC 3 by imran_ku07

Introduction: By default, client side validation in ASP.NET MVC 3 leverages unobtrusive javascript and famous jQuery validation plugin. The jQuery validation plugin makes client side validation very straightforward. With this plugin, you have a lot of...

Eagerly Performing ASP.NET MVC 3 Unobtrusive Client Side Validation by imran_ku07

Introduction: Unobtrusive client side validation is one of the great feature that I like in ASP.NET MVC 3. Unobtrusive client side validation feature uses the famous jQuery validation plug-in internally. Jquery validation plug-in perform client side validation...

Context Issue in ASP.NET MVC 3 Unobtrusive Ajax by imran_ku07

Introduction: One of the coolest feature you can find in ASP.NET MVC 3 is Unobtrusive Ajax and Unobtrusive Client Validation which separates the javaScript behavior and functionality from the contents of a web page. If you are migrating your ASP.NET MVC...

Unobtrusive Client Side Validation with Dynamic Contents in ASP.NET MVC 3 by imran_ku07

Introduction: A while ago, I blogged about how to perform client side validation for dynamic contents in ASP.NET MVC 2 at here . Using the approach given in that blog, you can easily validate your dynamic ajax contents at client side. ASP.NET MVC 3 also...

ASP.NET MVC with JQuery Validation and ValidationSummary by imran_ku07

Introduction: One of the great feature of ASP.NET MVC 2 is the support of client side validation. Client side validation in ASP.NET MVC 2 is possible with ASP.NET Ajax(MicrosoftMvcValidation.js) and jQuery(MicrosoftMvcJQueryValidation.js) libraries. Both...
More Posts Next page »