hi friends
can anyone help me in redirect to another page from the update command
can anyone help me in redirect to another page from the update command
Protected
Sub RadGrid1_UpdateCommand(ByVal source As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles RadGrid1.UpdateCommand
response.redirect("newpage.aspx")
this is not working
end sub
thanks in advance
K²