Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (EntityName != null && EntityName != string.Empty)
     {
         btnAdd.OnClientClick = FormsHelper.GetWindowOpenScript(MapInfo.ABMUrl.Replace("~/Forms/", ""), MapInfo.EntityName);
     }
 }