Hi
I am using the club site starter kit to mess around with and find my way around .net2.0.
What I can't figure out is how do I access the images that have been uploaded by users of the site and stored into the sql database.
When I open the database in VS2005 and select the correct table to display data all the table contains is a tag saying <binary data> in the table cells where the images are stored. Obviously if I log into the site I can view the images there and as an admin I can delete them etc if I want to. But what I want to do is open the database on my local machine and insert and delete any images from there...but I can't do that if I can't view the stored images...
Thanks
Malc