Archive for the ‘ASP.NET’ Category

How To Trigger "onclick" For A ASP.NET Controll On The Client Side

Tuesday, January 19th, 2010

<% =Me.Page.ClientScript.GetPostBackEventReference(btnSignOut, "") %>

Getting the ID for the last inserted item with ASP.NET and VB

Wednesday, November 18th, 2009

I know it’s recommended to use stored procedures but sometimes you need a short one for domestic use, an one-liner

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

Tuesday, 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

Thursday, May 21st, 2009

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

ASP VB.NET Format Phone Number For Masked Input

Monday, May 4th, 2009

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