S
Sumana
Hello all,
I have 3 labels,1 textbox, 2 dropdowns which i need to toggle in a
certain part of my application. all are working fine except the TaxID
label and textbox which when set to visible=true does not show up.
lblCrncy.Visible = True
ddlCurrency.Visible = True
lblTaxID.Visible = True
txtTaxID.Visible = True
lblTxCountry.Visible = True
ddlTxCountry.Visible = True
What should i do?
Thanks
Sumana
I have 3 labels,1 textbox, 2 dropdowns which i need to toggle in a
certain part of my application. all are working fine except the TaxID
label and textbox which when set to visible=true does not show up.
lblCrncy.Visible = True
ddlCurrency.Visible = True
lblTaxID.Visible = True
txtTaxID.Visible = True
lblTxCountry.Visible = True
ddlTxCountry.Visible = True
What should i do?
Thanks
Sumana