c# - Disable only the link part of a ASP.Net LinkButton -


i have asp.net linkbutton in repeater. in conditions on rows i'm trying disable link of button acts more label, other rows link fires off itemcommand event.

what solution this? i'm trying avoid having 2 separate control on page handle pretty same thing.

anyone have experience this?

wire itemdatabound event repeater. in each item, find link button, , use method on solution disable link button on item item basis

how disable link button?


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -