Protected Sub fvContent_ItemCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.FormViewCommandEventArgs) Handles fvContent.ItemCommand
If e.CommandName = "Cancel" Then
Response.Redirect("Pages.aspx")
End If
End Sub
ASKER
ASKER
Protected Sub fvPage_ItemCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.FormViewCommandEventArgs) Handles fvPage.ItemCommand
If e.CommandName = "Cancel" Then
Response.Redirect("Pages.aspx")
End If
End Sub
ASKER
ASKER
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY
window.history.go(-1);