예제 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     lblTitle.Text = WACGlobal_Methods.EventControl_Custom_DropDownListByAlphabet_Header(StrParentCase);
     if (ShowStartsWithNumber)
     {
         LinkButton27.Visible = true;
     }
     if (ShowOrganization)
     {
         LinkButton28.Visible = true;
     }
     if (HandleLinkButtonEventInParent)
     {
         pnl.Visible = false;
     }
 }