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

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -