Hi,
I am developing a simple application Image Zooming using ASP and C#.
In that I used treeview control to display images in different levels or sizes.
Here I am storing the images in database in byte format.
If I click on particular image I am displaying that in Imagebutton.
How can I get image path that is stored in database in byte format.
I want that image path from database.
Please anybody help me.
Thanks in Advance
I am developing a simple application Image Zooming using ASP and C#.
In that I used treeview control to display images in different levels or sizes.
Here I am storing the images in database in byte format.
If I click on particular image I am displaying that in Imagebutton.
How can I get image path that is stored in database in byte format.
I want that image path from database.
Please anybody help me.
Thanks in Advance
Comment