M
MattB
I'm using asp.net 1.1/vb.net.
I have a repeater that shows posts, like a web board type of thing.
I want to put controls on it that I may want to disable and/or hide
depending on the bound data and session state.
I've figured out how to put something like a linkbutton on there, but
how can I toggle the controls .enabled property based on the underlying
data? With an OnDataBound event? Anyone got a good example?
Thanks!
Matt
I have a repeater that shows posts, like a web board type of thing.
I want to put controls on it that I may want to disable and/or hide
depending on the bound data and session state.
I've figured out how to put something like a linkbutton on there, but
how can I toggle the controls .enabled property based on the underlying
data? With an OnDataBound event? Anyone got a good example?
Thanks!
Matt