public marks

PUBLIC MARKS from recommend with tag event

May 2008

April 2007

Model View Presenter with ASP.NET - The Code Project - ASP.NET

by 1 other
public interface ICurrentTimeView { DateTime CurrentTime { set; } string Message { set; } void AttachPresenter(CurrentTimePresenter presenter); } CurrentTimePresenter.cs - The Presenter public class CurrentTimePresenter { public Cur

February 2007

Really easy field validation with Prototype * Dexagogo

by 11 others
Nice script. How about functionality for "at least X characters" or "no more than X characters" or combination of both? Addition of phone number validation would be cool too! Thx, Mike