gridview with image button as template field click on imagebutton PassID to next page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qqqqqqqqqq
    New Member
    • Oct 2008
    • 2

    gridview with image button as template field click on imagebutton PassID to next page

    i have a gridview showing all the images from the database .. and what i want is when i clicked on the image button . It will stored the ID and pass to the next page.. Thanks..
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Originally posted by qqqqqqqqqq
    i have a gridview showing all the images from the database .. and what i want is when i clicked on the image button . It will stored the ID and pass to the next page.. Thanks..
    You could save the id as a Session value or pass it to the next page via querystring.

    Nathan

    Comment

    Working...