B
Big Charles
Hello Gurus,
At WebForm2, I am trying to set visible property of control panel
"Panel01" on WebForm1 to False. But I get error like "Instance not
referenced"
At WebForm2:
Dim wform As New WebForm2
wform.FindControl("Panel01").Visible = False
What is missing?
At WebForm2, I am trying to set visible property of control panel
"Panel01" on WebForm1 to False. But I get error like "Instance not
referenced"
At WebForm2:
Dim wform As New WebForm2
wform.FindControl("Panel01").Visible = False
What is missing?