Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am working on an e-catalogue (windows Form),I have to display a query driven image into a picture box from sql server 2005 database.the image should have rotate, zoom in and zoom out functions plus there has to be a navigation control on the form so the user can navigate from one record to another. so far am successfully able to send value from my first form to the second form and displaying the query driven result in the dataGridView but am not sure for the best way to display the image . is there any way i can display this form using crystal reports because it has built in function for navigating records ..thankyou

Best Regards
Posted

1 solution

1) Make one stored procedure which have all your business logic to to return image code.
2) bind this stored procedure to crystal report
 
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