I have button in one of the columns in a gridview. On clicking on a button I need to redirect to another page along with parameters to another page.
Can anybody help with this?
I have button in one of the columns in a gridview. On clicking on a button I need to redirect to another page along with parameters to another page.
Can anybody help with this?
Just do a Server.Transfer(url, true) to the button click event in the codebehind.