I have link buttons in a Gridview that, depending on the value in another
column (Not the Key column) will need to be disabled.
For example, (Column2 has link buttons)
Column1 Column2
Books 54
Videos 6
Audio 3
I don't want Column2 to be clickable (i.e. "act like a link button) if
Column1's Value is "Audio"
I also have the need to disable Every single link button in the grid based
on another value on the page - but I'll be able to do that if I can figure
out how to do the first part.
How can I do this?
column (Not the Key column) will need to be disabled.
For example, (Column2 has link buttons)
Column1 Column2
Books 54
Videos 6
Audio 3
I don't want Column2 to be clickable (i.e. "act like a link button) if
Column1's Value is "Audio"
I also have the need to disable Every single link button in the grid based
on another value on the page - but I'll be able to do that if I can figure
out how to do the first part.
How can I do this?
Comment