I've a requirement that I want to disable an option of deletion if the user does not have rights to do so .... and this is for each row. I'm getting a boolean variable from the server called "CanDelete" and I bind the value to the button but it is not working
for me... .I can still click.
Any suggestion how can I do that?
Thanks,
Rick
"If I've answered your query then please mark it as "Answered".
codebased
Participant
826 Points
386 Posts
how can I for each Row in Data Grid?
Oct 17, 2008 09:55 AM | LINK
Hi there,
I've a requirement that I want to disable an option of deletion if the user does not have rights to do so .... and this is for each row. I'm getting a boolean variable from the server called "CanDelete" and I bind the value to the button but it is not working for me... .I can still click.
Any suggestion how can I do that?
Thanks,
Rick