Hi
How to hide repeater row in ItemDataBound
Thanks
Hi
How to hide repeater row in ItemDataBound
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Jun 5, 2023, 5:31 AM
To hide a repeater row in the ItemDataBound event in ASP.NET, you can access the repeater item and set its visibility property to false.