G
Guest
two labels, one with a list of input controls, and another with a datagrid
depending on which button is clicked, one of the labels is put visible, the
other one is put hidden with a css class
like this..
this.labelname.Attributes.Add("class","hidden");
this.labelname.Attributes.Add("class","visible");
but if i want to put the label back to visible, all the content is gone...
depending on which button is clicked, one of the labels is put visible, the
other one is put hidden with a css class
like this..
this.labelname.Attributes.Add("class","hidden");
this.labelname.Attributes.Add("class","visible");
but if i want to put the label back to visible, all the content is gone...