.NET Web ServicesDiscussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
If you are using datbase as SQL server 7.0 or 2000 then stores file name with path in your table as simple text file. and retrive it. ITs a type of BLOB.
Dear Sanjay mishra,
Just store the name of image with extention to the database like 'bracelet.jpg'
than just
write the line below
Image.ImageUrl = path\dbfieldname;
in path just write your relative path not absolute path means "../../dbfieldname" like not "C:\Inetpub/wwwroot"
i am sure it will work