Home > database >  Panel visibility asp.net
Panel visibility asp.net

Time:03-19

Forgive me as this is my first post and I am far from being IT savvy but I have been working on a project for my new job...

I am using Visual Studio 2017 and a asp.net Web form template.

I have several panels that I have set visibility to false and have set each panel to become only visible if a certain option is selected from a checkbox list.

I have managed to successfully code the visibility HOWEVER I want to allow the user to view more than one panel when more than one item is selected from the checkbox list... unfortunately it looks as though only one panel becomes visible at a time. I am assuming that they are overlapping .

I have tried putting each panel in a table to act as sort of a placeholder but with no success.

Any advice would be much appreciated

  • Related