Skip to main content

All Questions

Tagged with
1 vote
1 answer
115 views

Making Elements not possible to manipulate Visibility

I have a ASP-WebForm-Application with several User-Rights. In CodeBehind I am hiding some Elements if the specific Rights aren't given. But with F12 the User could manipulate the Code the get some ...
comidos's user avatar
  • 123
0 votes
1 answer
100 views

Button inside content panel in content page can not call div from master page to be displayed

In my Master Page I have a div "ErrorDiv" that I want to call from my content pages to display my error. The problem is that if a button was included inside an Update Panel, div is not shown when I ...
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
64 views

Does "display:none" render the control ineffective?

I am using a CMS for my site and im trying to alter the Skin of one module in the CMS. I do not have the source code of the module. Only the skin where i can only modify the way the components are ...
MarsOne's user avatar
  • 2,185
1 vote
2 answers
5k views

how to Hide and Show a table of html Template using C#?

I am using html template for Email and i want to hide its one table at some condition by code behind, how can i do it, please suggest me. I am wondering how can i do it, i am not able to find any way, ...
Ram's user avatar
  • 1,141
1 vote
2 answers
10k views

div section visibility true/false on certain pages asp.net

im a newbie in asp.net and i have a issue. i need to make my div section visible only on some pages. i placed attribute style:(not with " on start of course) <div ID="id1" class="grid-box width33 ...
Nevena's user avatar
  • 37
0 votes
2 answers
8k views

Problem with setting visibility of div in aspx page

I have a div in checkout.aspx page. The contents of div are as follows: <div id="PaymentDetails" runat="server" style="text-align:center" visible="true"> <asp:Label ID="PaymentDetailsLbl"...
Sreedhar Danturthi's user avatar
0 votes
1 answer
3k views

How to set the div tag visible on post back ASP.NET

I have a textbox that is used for searching. upon clicking the ok button and posting back, the function is called, and gets matching results by using sql query in the aspx.cs file this information ...
user478636's user avatar
  • 3,394