The SolidPitch Blog

ASP.NET VB: Detect The DropDownList Control In GridView That Triggered "OnSelectedIndexChanged"

October 6th, 2009

We’ll identity the exact control firing the event in a GridView that will render a series of DropDownList controls upon DataBind()

ASP.NET VB Server-Side SSN Validation Using Regular Expressions

May 21st, 2009

Useful in conjunction with the ASP.NET UpdatePanel control for Ajax .

ASP VB.NET Format Phone Number For Masked Input

May 4th, 2009

In order to be able to display phone numbers in text fields you need to provide e well formatted string.

jQuery Modal Facebox With Center On Page Capabilities

April 8th, 2009

A Small Upgrade for The jQuery Facebox Plugin

jQuery scrollIntoView In One Line of JavaScript

March 31st, 2009

A simple solution to scroll the page so the next mandatory field in your form will become visible in case the user forgot to enter all the required data.