.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 tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
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