public override void                    EnableByValue(string strValue)
 {
     if (DdlListBox != null)
     {
         DdlListBox.EnableByValue(strValue);
     }
 }