Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an asp.net project! In the Default form there is "Search" tools such that user can see his search result as pictures of the products and some description of those!(FrmSearchResult) (like Amazon and ebay)!
I want to find a way to implement the code that whenever user clicks on one of the pictures in FrmSearchResult, in the new form (FrmItemDetail) that image together with other form of that image, in the thumbnail which exist in Database, are displayed! (Exactly like amazon and other website when we search for a product)
I also use Linq Data Source and implemented a httphandler for reading and displaying images from database in FrmSearchResult.

Thank you so much in advance,
Posted

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