I have a asp.net application that connects to an Access database. I have fields in the database, one that is a path to a jpeg and one that is a path to a bmp.
I have a datagrid on one page and a hyperlink column. I want the user to click on the hyperlink and have a window open with the jpeg and bitmap displayed. How can I pass these database fields to a new window?
Thanks for any help.
I have a datagrid on one page and a hyperlink column. I want the user to click on the hyperlink and have a window open with the jpeg and bitmap displayed. How can I pass these database fields to a new window?
Thanks for any help.