I have this update link in DetailsView.
<asp:CommandField ShowEditButton="true" ShowCancelButton="false" ValidationGroup="VAL_1" />
When i click this link, its updates the content on the page. but i want to updates the content on the page and redirect to another page (ex: abc.aspx) after click on this.
How could i do this ?