Hi

Im using Visual Studio 2008, i have a gridview which gets data from an SQL table. I have added the Edit option which is part of gridview.
The data has a primary key set.

How do i redirect to another URL when the edit option is clicked.
This action should also assign the primary key as a URL Parameter, causing only that specific record to show on the Edit page.

I have gone through this...