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