Skip to main content

All Questions

0 votes
1 answer
62 views

asp.net visibility of button depended on DataTable row value

I would like to add button to ListView only for some of rows. I have something like "online chat" and I want to add delete option only for one user. It is complicated because I would like to have "...
Paweł Kierski's user avatar
0 votes
2 answers
816 views

Disable Buttons according to logged in user

I am accepting a userID and want to check if there is any Project Owners with the same ID. If there exists a Project Owner I should only have the "Move Down" Button Enabled and all other buttons ...
Pradit's user avatar
  • 719
0 votes
1 answer
303 views

Disable Buttons C#

The SetVisibility checks against a database if all the buttons should be enabled or not. I want to disable all buttons if setvisility(UserID) == false This part of the Code disables only alternating ...
Pradit's user avatar
  • 719