Sub loadUserControl(ByVal myControl As String) PlaceHolder1.Controls.Clear() PlaceHolder1.Controls.Add(LoadControl(myControl)) End Sub
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)