Browse by Tags

All Tags » jQuery (RSS)

Twitter like server-side notifications with ASP.NET and jQuery by guru_sarkar

I have written a control that can be used to show notification messages like twitter from server-side. This control is kind of a wrapper around a jquery plugin called jnotify by Giva Labs . I thought I will put it up on web if someone wants to use it...
Filed under: , ,

jQuery UI Datepicker Visible upon first time page load by guru_sarkar

I have used jQuery UI Datepicker several times before but in one of my recent implementation, I started seeing this weird behavior. At the very bottom of my page there was a thin rectangular box. See the image below: When I selected that element it turned...
Filed under: , ,

Get ValidationGroup of asp.net control in javascript by guru_sarkar

Technorati Tags: ValidationGroup , ASP.NET Validator , JavaScript Scenario: Updated : Example 1 scenario - I already posted about it earlier here but will leave it here for reference. Example 1: I wanted to run Page_ClientValidate upon selection change...

CreateUserWizard - DuplicateUser Error Message not getting clear - Part 2 (jQuery) by guru_sarkar

Problem: In Part-1 I tried to solve this problem using JavaScript. Here I will share the code to do the same using jQuery . If you are new to jQuery, I will suggest you to first go through THIS short and sweet article to begin with before jumping to this...
More Posts