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..
gridview with image button as template field click on imagebutton PassID to next page
Collapse
X
-
Tags: None
-
You could save the id as a Session value or pass it to the next page via querystring.Originally posted by qqqqqqqqqqi 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..
Nathan
Comment