asp.net mvc - Html.ActionLink and loading image display? -
i m showing jquery ui dilog link below. dialog opens 2 seconds later , want show loding image until opens. how can this?
@html.actionlink("ekle", "addcustomer", "customer", routevalues: null, htmlattributes: new { id = "addcustomerlink", data_dialog_title = "yeni müÅteri" }) thanks.
use ajax.actionlink instead , specify loadingelementid property.
Comments
Post a Comment