using System; using System.Web.UI; namespace FWA_MAIN { public partial class physEdit : Page { protected void Page_Load(object sender, EventArgs e) { txtPhysID.Enabled = false; } protected void btnCancelPat_OnClick(object sender, EventArgs e) { throw new NotImplementedException(); } } }