Hi
I have
<ext:TextField runat="server" ID="TextFieldValue" FieldLabel="Value" Hidden="True" Width="180">
</ext:TextField>
<ext:DatePicker runat="server" ID="DatePickerValue" FieldLabel="Value" Width="180">
 </ext:DatePicker>
 <ext:Checkbox runat="server" ID="CheckboxValue" Hidden="True" FieldLabel="Value" Width="180">
</ext:Checkbox>
<ext:ComboBox runat="server" ID="ComboBoxValue" FieldLabel="Value" Hidden="True" Width="180">
</ext:ComboBox>
I change hidden = true for the date picker(in a direct method) and it disappears
but when i invoke some other direct method and test .Hidden for datepicker it returns False although it's hidden on the screen !!!!!!!!!!!