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

Access hidden fields value if its Visibility set to false(using C#)

How can I access the content of hidden field, where the hiddenfiled's visibility set to Visible=false in the server side using C#. I am not in a situation to use CSS's display:none instead of Visible=...
Rauf's user avatar
  • 12.7k
0 votes
1 answer
814 views

Visibility of ajaxToolkit:TabContainer using css

I use ajaxToolkit:TabContainer to organize page contents. Some times, I need to hide some tabs based on conditions. The problem is, I would like to read the content of hidden tab using JavaScript. So ...
Rauf's user avatar
  • 12.7k