E
Edward
hi, everyone,
I've one user control "ctlList" , and one button "View" in the Page, in
the Page_Load event, I set the ctlList.Visible to false, then in the View's
click event, I set it to true.
But the result is when Load , it's really invisible, but Click didn't make
it visible.
where's my fault?
Edward
I've one user control "ctlList" , and one button "View" in the Page, in
the Page_Load event, I set the ctlList.Visible to false, then in the View's
click event, I set it to true.
But the result is when Load , it's really invisible, but Click didn't make
it visible.
where's my fault?
Edward