Find a control in ContentPlaceHolder
I have a user control and I would like to hide a control on the page container that host this user control. I try to use Page.FindControl(“litContent”) But It throws an error of object not found.…
I have a user control and I would like to hide a control on the page container that host this user control. I try to use Page.FindControl(“litContent”) But It throws an error of object not found.…