G
Guy Noir
So, I have a table that I only want to appear after some event has
fired. Using the asp:table control and the Visible property, this is a
piece of cake. The problem is that when I try and drop a label control
or any other asp:control to the table, the designer view gives me the
old circle and slash
saying "Nope, can't do that".
Am I correct to assume then that one cannot place an asp:control in an
asp:cell? If I am wrong here, other then manually adding the control in
code, but that causes some issues in the code behind. Is there a way to
do this in designer mode?
Thanks so much for sharing your expertise.
-Guy
fired. Using the asp:table control and the Visible property, this is a
piece of cake. The problem is that when I try and drop a label control
or any other asp:control to the table, the designer view gives me the
old circle and slash
saying "Nope, can't do that".
Am I correct to assume then that one cannot place an asp:control in an
asp:cell? If I am wrong here, other then manually adding the control in
code, but that causes some issues in the code behind. Is there a way to
do this in designer mode?
Thanks so much for sharing your expertise.
-Guy