asp.net - Avoid Postback on command field -
i have commandfiled inside gridview.
<asp:commandfield showeditbutton="true" showdeletebutton="true" editimageurl="~/icons/1414412214_edit.png" edittext="edit" deleteimageurl="~/icons/1414412198_delete.png" updatetext="done" > <itemstyle height="10%" width="10%" /> </asp:commandfield>
how can stop post on edit link button , still able show update , cancel link on clicking it. know can using update panel , tried did not work?
use update panel avoid full page postback.. or try jquery grid plugin in application. using jqgrid in asp.net
Comments
Post a Comment