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