So I have a LinkButton FullName thats in a TableCell thats in a TableRow thats in a Table thats in a PlaceHolder PS thats in a View PPH thats in a MultiView.
Everything from the Placeholder down is created dynamically, I want it so that when the linkbutton is clicked the visibility of the PlaceHolder PS and another placeholder in the View PH are toggled, and the view is changed to the index of an Int newView.
Here's my code:
//Link button genereation
LinkButton FullName=new LinkButton();FullName.ID = "FullName" + a.Ce ...
Go to the complete details ...