C
Cal Who
I put the code below into Page_Load and then tried Page_PreRender but the
table still shows.
CType(Me.FindControl("FormMaster").FindControl("TableTop"),
System.Web.UI.HtmlControls.HtmlTable).Visible = False
Using the debugger I can see that the FindControls do indeed find the
correct table OK,
Do you know why this does not remove the table from the display?
Thanks
table still shows.
CType(Me.FindControl("FormMaster").FindControl("TableTop"),
System.Web.UI.HtmlControls.HtmlTable).Visible = False
Using the debugger I can see that the FindControls do indeed find the
correct table OK,
Do you know why this does not remove the table from the display?
Thanks