Jellybaby Posted March 2, 2004 Posted March 2, 2004 Hi Does anyone know how to set a datalist to invisible...my code is; <ASP:DataList id="ExpiryDate" runat="server" align="center" font-size="Small" RepeatDirection="Horizontal" RepeatColumns="1" visible="false"> <ItemTemplate> <%# DataBinder.Eval(Container.DataItem, "ExpDate") %> </ItemTemplate> </ASP:DataList> I have tried visible=false...but this is just ignored Any ideas where I am going wrong? Thanks Quote
Moderators Robby Posted March 2, 2004 Moderators Posted March 2, 2004 Place the control in a Panel then use the Visible property, Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.