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
3 answers
2k views

Unable to change visibility of a div in asp.net C#

I have a div that displays loading symbol. I am setting visibility on change of a dropdown box. I want to set its visibility to false in C# after the SelectedIndexChanged method is complete. Here is ...
Ishan's user avatar
  • 4,008
0 votes
0 answers
115 views

Show only some of HtmlElements in WebBrowser Control

I try to hide all elements of a webbrowser control and show only some of them. As hiding all the elements takes time, I used the following code in which I hide the body element and then show my ...
Ahmad's user avatar
  • 9,518
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
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