I'm thinking this should be possible or something like it:
<td <%# "style=" DataBinder.Eval(Container.DataItem, "CustName") == "T" ? "border:none" : "border:solid"%>>
But it's not doing it for me.
Is there a way to do this?
Thanks!
|
I'm thinking this should be possible or something like it:
But it's not doing it for me. Is there a way to do this? Thanks!
| |||
|
feedback
|
|
I am not sure but try this
or Create a public method on the cs file like this
user:
| |||
|
feedback
|
|
I don't know if you can do that, but you can try this instead:
| |||
|
feedback
|