Skip to main content

All Questions

0 votes
2 answers
70 views

VB.NET Button Method not setting Visibility to True

In VB.NET Button click event I am unable to set Visible = true. In all examples in the code below the Control visible property is set to False although the code is setting it to True? Does anyone ...
dibello.4's user avatar
0 votes
1 answer
1k views

Panel visibility asp.net

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 ...
NutellaSpoon's user avatar
0 votes
1 answer
1k views

Setting display none of an asp panel in client side is re-showing it on any linkButtonclick

I am facing a weird issue with visibility of an asp-panel. I have a small form which contains a button inside a panel that makes a div visible. <div id="myModal" class="modal" style="display: none"...
Mlle 116's user avatar
  • 1,179
0 votes
2 answers
468 views

Render a hidden element inside another hidden element using visible true

THE PROBLEM When a container is set to visible="true" its contents do not render if also set to visible="true" at the same time. EXAMPLE When visible="true" is set for a template field and a ...
DreamTeK's user avatar
  • 33.6k
0 votes
1 answer
2k views

ASP.NET/VB: changing visibilty of panel inside formview

I have a panel inside a formview that is supposed to become visible when a checkbox (also inside the formview) is checked. I am able to access the controls, but I'm not sure how to actually make it ...
Sara's user avatar
  • 185
3 votes
2 answers
570 views

What is the best way to use links and anchors to toggle visibility in ASP.NET?

I have a page which is used to display numerous forms for the user to fill out and get reports generated. Each of these forms is inside it's own ASP:Panel control so that I can toggle the visibility ...
TheTXI's user avatar
  • 37.8k