Hi, I am using ASP.NET 2.0 with VB.NET. I want to hide some column if user is not logged in. So how to hide any column in repeater control dynamically - I m bit new to .net 2.0 and using repeater control first time. Thanks.
Hi, I am using ASP.NET 2.0 with VB.NET. I want to hide some column if user is not logged in. So how to hide any column in repeater control dynamically - I m bit new to .net 2.0 and using repeater control first time. Thanks.
+Use the data binding expression to set the Visible property of the element that you want to hide. +Use the ItemCreated/ItemDataBound event of the Repeater control to hide the control if the user is anonymous.