Hi
I want to hide Gridview in my Ui design. It should be not shown in front end
Following code is not functioning
- protected void GridView1_SelectedIndexChanged(object sender, EventArgs e)
- {
- this.GridView1.Visible = false;
- }
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.
Aniket RanaPosted Apr 5, 2019, 6:14 AM
Ashwin ChauhanPosted Apr 5, 2019, 5:30 AM
Sakshi KaulPosted Apr 5, 2019, 2:16 AM
Ashwin ChauhanPosted Apr 5, 2019, 1:58 AM