views:

22

answers:

0

I have a gridview that displays records from the database. I have a column "Edit" that when clicked navigates to a page where the user can edit values for that record. I need to assign a "record_id" value with the Edit hyperlink querystring.

How can I do that?