Browse by Tags

All Tags » ASP.NET (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: , ,

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...

CreateUserWizard - DuplicateUser Error Message not getting clear - Part 1 by guru_sarkar

Problem: This problem with CreateUserWizard(CUW) was pointed by David( haggis999 ) here . When you try to Create a new user, CUW will display a message if the user with the same username already exists i.e. somebody took that username. Also the password...

LoginName Control to Display Full Name instead of username by guru_sarkar

Question: How do I modify the text in LoginName Control. I want to display "Full Name" of the currently logged-in User but the LoginName control displays the username (User Id) that user uses to login. I want to display Full Name along with username in...

Hide a Parent Node in TreeView if there is No ChildNodes by guru_sarkar

Scenario: Say you have a TreeView that is populated based on the logged-in user role. There could be case when there are no chilc nodes for a particular parent node because user does not have access to the pages under that node. So in that case a parent...

Passing Value to an OnCheckedChanged Event Handler of asp.net Checkbox Control by guru_sarkar

Scenario In one of our project we have a custom CompositeDataBoundControl. I am binding the control with my custom objects collection and displaying records in <li>. Each record has One of the <li> that is hidden and contains the UniqueID...

Customize CreateUserWizard Control with dropDownList for PasswordQuestion by guru_sarkar

Basic Steps: Add CreateUserWizard Control to the aspx page (e.g.CreateUser.aspx) Convert it to Template by customizing the CreateUserStep Remove the Question TextBox control and add a dropdownList. Make appropriate name and validation changes Add CreatingUser...

Adding additional controls to CreateUserWizard (CUW) Control by guru_sarkar

Nothing fancy or new in this post. CreateUserWizard(CUW) control comes with some default controls for entering UserName,Password, ConfirmPassword, Email, etc. Sometimes you might want to add additional controls eg. for storing Firstname,LastName,CompanyName...

Allow an unapproved user to change email address by guru_sarkar

Writing this with reference to the thread on asp.net forums. This post assumes you are using ASP.NET membership feature. Although the concept can be used if you have the same scenario. Scenario: You allow users to register on your website and send them...
More Posts Next page »