I am ssuing an evaluation version to check out the project. The following code works from a standard ASPX page. I get "Object Reference Not Set to Instance of an Object" when attempting to us with a MasterPage. I have tried various combinations of accessing the Home_Phone__c field but have been unsuccessful. I am overlooking something simple?
protected void Page_Load(object sender, EventArgs e)
{
System.Web.UI.Page oMe = this.Page;
Aspose.ASPXpand.XLib.MaskedEdit(ref oMe, ref Home_Phone__c, "(###) ###-####");
}
Thanks for the help!