How to add a hyperlink to AutoGeneratedEdit Button in gridview

leandro

New Member
I have a grid view which gives project info.I have added edit button.My grid view looks something like this\[code\] **ProjectID** **ProjectName** **Action** edit 231 abc xyz edit 1223 pqr asj edit 325 asgf wrgag\[/code\]Now When i click on edit it should point to another page.How to Set NavigateUrl for that AutogeneratedEdit
 
Back
Top