Click here to Skip to main content
16,014,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello sir.
I have two pages firstpage.aspx, secondpage.aspx. in firstpage.aspx I am retrieving total images from one folder. I have two buttons named add, remove below the image in gridview. In secondpage.aspx I have another gridview.

My requirement is whenever I click add button in firstpage.aspx in the image should be add in the gridview of secondpage.aspx.

To do this what do I do?

Any body plz help me.

Thanking you.

HAPPY NEW YEAR 2011
Posted
Updated 1-Jan-11 3:08am
v2

1 solution

How are you retrieving and displaying the images in the second page?

Add the index, or filename, of the selected image(s) to some type of persistence object, a database table, session variable, etc. and read it from the second page.

If you need more help then ask a specific question about what you don't answer or are having difficulties with
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900