public override void                    EnableByText(string strText)
 {
     if (DdlListBox != null)
     {
         DdlListBox.EnableByText(strText);
     }
 }