detailsview cancel history.back() asp.net

  • Thread starter Thread starter pbr
  • Start date Start date
P

pbr

Using code-behind is it possible to get the Cancel button in a detailsview
to simply go back to the previous page? i.e. use "history.back();return
false;"
 
Using code-behind is it possible to get the Cancel button in a detailsview
to simply go back to the previous page? i.e. use "history.back();return
false;"

Found the solution, convert the command field to a template, then I can add
an OnClientClick to the Cancel button.
 
Back
Top